Html Css Color HEX #ACD605 Inch Worm

📋 copy color: '#ACD605'

red 172 ◦ green 214 ◦ blue 5

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

Shades of Inch Worm #ACD605

Tints of Inch Worm #ACD605

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.73%

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

R = 43.99%
G = 54.73%
B = 1.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#ACD605 (or 0xACD605) is known color: Inch Worm. HEX triplet: AC, D6 and 05. RGB value is (172,214,5). Sum of RGB (Red+Green+Blue) = 172+214+5=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD605 is #5329FA. Grayscale: #B2B2B2. Windows color (decimal): -5450235 or 382636. OLE color: 382636.

HSL color Cylindrical-coordinate representation of color #ACD605: hue angle of 72.06º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACD605 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 5 -
CMYK 0.20 0 0.98 0.16
HSL 72.06º 0.95% 0.43% -
HSV(B) 72.06º 0.98% 0.84% -
XYZ 41.09 56.87 8.96 -
YUV 177.62 30.59 123.99 -
System Red Green Blue C M Y K H S L
Decimal 172 214 5 0.20 0 0.98 0.16 72.06 0.95 0.43
Hex AC D6 5 14 0 62 10 48 5F 2B
Octal 254 326 5 24 0 142 20 110 137 53
Binary 10101100 11010110 101 10100 0 1100010 10000 1001000 1011111 101011

Color Harmonies of #ACD605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD605

Black with #ACD605

Text Example


Text Example

White with #ACD605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD605; }

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

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

background-color css

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

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

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

border-color css

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

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

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