Html Css Color HEX #ACD00D Inch Worm

📋 copy color: '#ACD00D'

red 172 ◦ green 208 ◦ blue 13

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

Shades of Inch Worm #ACD00D

Tints of Inch Worm #ACD00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.31%

R = 43.77%
G = 52.93%
B = 3.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#ACD00D (or 0xACD00D) is known color: Inch Worm. HEX triplet: AC, D0 and 0D. RGB value is (172,208,13). Sum of RGB (Red+Green+Blue) = 172+208+13=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD00D is #532FF2. Grayscale: #AFAFAF. Windows color (decimal): -5451763 or 905388. OLE color: 905388.

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

Color convert

RGB 172 208 13 -
CMYK 0.17 0 0.94 0.18
HSL 71.08º 0.88% 0.43% -
HSV(B) 71.08º 0.94% 0.82% -
XYZ 39.64 53.91 8.7 -
YUV 175.01 36.57 125.86 -
System Red Green Blue C M Y K H S L
Decimal 172 208 13 0.17 0 0.94 0.18 71.08 0.88 0.43
Hex AC D0 D 11 0 5E 12 47 58 2B
Octal 254 320 15 21 0 136 22 107 130 53
Binary 10101100 11010000 1101 10001 0 1011110 10010 1000111 1011000 101011

Color Harmonies of #ACD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD00D

Black with #ACD00D

Text Example


Text Example

White with #ACD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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