Html Css Color HEX #A4E002 Inch Worm

📋 copy color: '#A4E002'

red 164 ◦ green 224 ◦ blue 2

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

Shades of Inch Worm #A4E002

Tints of Inch Worm #A4E002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 57.44%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 42.05%
G = 57.44%
B = 0.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#A4E002 (or 0xA4E002) is known color: Inch Worm. HEX triplet: A4, E0 and 02. RGB value is (164,224,2). Sum of RGB (Red+Green+Blue) = 164+224+2=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4E002 is #5B1FFD. Grayscale: #B5B5B5. Windows color (decimal): -5971966 or 188580. OLE color: 188580.

HSL color Cylindrical-coordinate representation of color #A4E002: hue angle of 76.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4E002 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 224 2 -
CMYK 0.27 0 0.99 0.12
HSL 76.22º 0.98% 0.44% -
HSV(B) 76.22º 0.99% 0.88% -
XYZ 41.98 61.21 9.66 -
YUV 180.75 27.12 116.05 -
System Red Green Blue C M Y K H S L
Decimal 164 224 2 0.27 0 0.99 0.12 76.22 0.98 0.44
Hex A4 E0 2 1B 0 63 C 4C 62 2C
Octal 244 340 2 33 0 143 14 114 142 54
Binary 10100100 11100000 10 11011 0 1100011 1100 1001100 1100010 101100

Color Harmonies of #A4E002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E002

Black with #A4E002

Text Example


Text Example

White with #A4E002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E002; }

 p { color: rgb(164,224,2); }

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

background-color css

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

 a { background-color: rgb(164,224,2); }

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

border-color css

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

 span { border-color: rgb(164,224,2); }

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