#a5f93c

Color #A5F93C Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #A5F93C

Tints of Green Yellow #A5F93C

Color information

#A5F93C (or 0xA5F93C) is unknown color: approx Green Yellow. HEX triplet: A5, F9 and 3C. RGB value is (165,249,60). Sum of RGB (Red+Green+Blue) = 165+249+60=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F93C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F93C is #5A06C3. Grayscale: #CBCBCB. Windows color (decimal): -5899972 or 3996069. OLE color: 3996069.

HSL color Cylindrical-coordinate representation of color #A5F93C: hue angle of 86.67º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5F93C is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB16524960-
CMYK0.3400.760.02
HSL86.67º94.03%60.59%-
HSV(B)86.67º75.9%97.65%-
XYZ50.2176.0816.31-
YUV202.3447.67101.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 249 (97.66% from 255) = 52.53%
BLUE value IS 60 (23.83% from 255) = 12.66%
R=34.81%
G=52.53%
B=12.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165249600.3400.760.0286.6794.0360.59
HexA5F93C2204C2575e3d
Octal24537174420114212713675
Binary1010010111111001111100100010010011001010101111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5f93c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5f93c; }

 p { color: rgb(165,249,60); }

 H1.HeaderClassName
 {
   color: #a5f93c;
 }
 .AnyTagClassName
 {
   color: #a5f93c;
 }
</style>
background-color css

<style>
 a { background-color: #a5f93c; }

 a { background-color: rgb(165,249,60); }

 div.DivClassName
 {
   background-color: #a5f93c;
 }
 .BgClassName
 {
   background-color: #a5f93c;
 }
</style>
border-color css

<style>
 span { border-color: #a5f93c; }

 span { border-color: rgb(165,249,60); }

 td.TdClassName
 {
   border-color: #a5f93c;
 }
 .TagClassName
 {
   border-color: #a5f93c;
 }
</style>