Html Css Color HEX #A4D008 Inch Worm

📋 copy color: '#A4D008'

red 164 ◦ green 208 ◦ blue 8

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

Shades of Inch Worm #A4D008

Tints of Inch Worm #A4D008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.74%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 43.16%
G = 54.74%
B = 2.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#A4D008 (or 0xA4D008) is known color: Inch Worm. HEX triplet: A4, D0 and 08. RGB value is (164,208,8). Sum of RGB (Red+Green+Blue) = 164+208+8=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D008 is #5B2FF7. Grayscale: #ACACAC. Windows color (decimal): -5976056 or 577700. OLE color: 577700.

HSL color Cylindrical-coordinate representation of color #A4D008: hue angle of 73.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4D008 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 208 8 -
CMYK 0.21 0 0.96 0.18
HSL 73.2º 0.93% 0.42% -
HSV(B) 73.2º 0.96% 0.82% -
XYZ 37.91 53.02 8.47 -
YUV 172.04 35.42 122.26 -
System Red Green Blue C M Y K H S L
Decimal 164 208 8 0.21 0 0.96 0.18 73.2 0.93 0.42
Hex A4 D0 8 15 0 60 12 49 5D 2A
Octal 244 320 10 25 0 140 22 111 135 52
Binary 10100100 11010000 1000 10101 0 1100000 10010 1001001 1011101 101010

Color Harmonies of #A4D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D008

Black with #A4D008

Text Example


Text Example

White with #A4D008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D008; }

 p { color: rgb(164,208,8); }

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

background-color css

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

 a { background-color: rgb(164,208,8); }

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

border-color css

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

 span { border-color: rgb(164,208,8); }

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