Html Css Color HEX #ACD900 Inch Worm

📋 copy color: '#ACD900'

red 172 ◦ green 217 ◦ blue 0

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

Shades of Inch Worm #ACD900

Tints of Inch Worm #ACD900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.22%
G = 55.78%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#ACD900 (or 0xACD900) is known color: Inch Worm. HEX triplet: AC, D9 and 00. RGB value is (172,217,0). Sum of RGB (Red+Green+Blue) = 172+217+0=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD900 is #5326FF. Grayscale: #B3B3B3. Windows color (decimal): -5449472 or 55724. OLE color: 55724.

HSL color Cylindrical-coordinate representation of color #ACD900: hue angle of 72.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD900 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 0 -
CMYK 0.21 0 1 0.15
HSL 72.44º 1% 0.43% -
HSV(B) 72.44º 1% 0.85% -
XYZ 41.83 58.4 9.07 -
YUV 178.81 27.09 123.14 -
System Red Green Blue C M Y K H S L
Decimal 172 217 0 0.21 0 1 0.15 72.44 1 0.43
Hex AC D9 0 15 0 64 F 48 64 2B
Octal 254 331 0 25 0 144 17 110 144 53
Binary 10101100 11011001 0 10101 0 1100100 1111 1001000 1100100 101011

Color Harmonies of #ACD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD900

Black with #ACD900

Text Example


Text Example

White with #ACD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD900; }

 p { color: rgb(172,217,0); }

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

background-color css

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

 a { background-color: rgb(172,217,0); }

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

border-color css

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

 span { border-color: rgb(172,217,0); }

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