Html Css Color HEX #ACD005 Inch Worm

📋 copy color: '#ACD005'

red 172 ◦ green 208 ◦ blue 5

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

Shades of Inch Worm #ACD005

Tints of Inch Worm #ACD005

RGB

 RED value IS 172 (67.58% from 255) = 44.68%

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 44.68%
G = 54.03%
B = 1.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#ACD005 (or 0xACD005) is known color: Inch Worm. HEX triplet: AC, D0 and 05. RGB value is (172,208,5). Sum of RGB (Red+Green+Blue) = 172+208+5=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD005 is #532FFA. Grayscale: #AEAEAE. Windows color (decimal): -5451771 or 381100. OLE color: 381100.

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

Color convert

RGB 172 208 5 -
CMYK 0.17 0 0.98 0.18
HSL 70.64º 0.95% 0.42% -
HSV(B) 70.64º 0.98% 0.82% -
XYZ 39.6 53.89 8.46 -
YUV 174.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 172 208 5 0.17 0 0.98 0.18 70.64 0.95 0.42
Hex AC D0 5 11 0 62 12 47 5F 2A
Octal 254 320 5 21 0 142 22 107 137 52
Binary 10101100 11010000 101 10001 0 1100010 10010 1000111 1011111 101010

Color Harmonies of #ACD005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD005

Black with #ACD005

Text Example


Text Example

White with #ACD005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD005; }

 p { color: rgb(172,208,5); }

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

background-color css

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

 a { background-color: rgb(172,208,5); }

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

border-color css

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

 span { border-color: rgb(172,208,5); }

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