Html Css Color HEX #A4FF42 Green Yellow

📋 copy color: '#A4FF42'

red 164 ◦ green 255 ◦ blue 66

#A4FF42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #A4FF42

Tints of Green Yellow #A4FF42

RGB

 RED value IS 164 (64.45% from 255) = 33.81%

 GREEN value IS 255 (100% from 255) = 52.58%

 BLUE value IS 66 (26.17% from 255) = 13.61%

R = 33.81%
G = 52.58%
B = 13.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#A4FF42 (or 0xA4FF42) is known color: Green Yellow. HEX triplet: A4, FF and 42. RGB value is (164,255,66). Sum of RGB (Red+Green+Blue) = 164+255+66=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4FF42 is #5B00BD. Grayscale: #CECECE. Windows color (decimal): -5963966 or 4390820. OLE color: 4390820.

HSL color Cylindrical-coordinate representation of color #A4FF42: hue angle of 88.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4FF42 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 164 255 66 -
CMYK 0.36 0 0.74 0
HSL 88.89º 1% 0.63% -
HSV(B) 88.89º 0.74% 1% -
XYZ 52.05 79.81 17.81 -
YUV 206.25 48.85 97.87 -
System Red Green Blue C M Y K H S L
Decimal 164 255 66 0.36 0 0.74 0 88.89 1 0.63
Hex A4 FF 42 24 0 4A 0 59 64 3F
Octal 244 377 102 44 0 112 0 131 144 77
Binary 10100100 11111111 1000010 100100 0 1001010 0 1011001 1100100 111111

Color Harmonies of #A4FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FF42

Black with #A4FF42

Text Example


Text Example

White with #A4FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FF42; }

 p { color: rgb(164,255,66); }

 H1.HeaderClassName
 {
   color: #A4FF42;
 }
 .AnyTagClassName
 {
   color: #A4FF42;
 }
</style>

background-color css

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

 a { background-color: rgb(164,255,66); }

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

border-color css

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

 span { border-color: rgb(164,255,66); }

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