Html Css Color HEX #ACD00A Inch Worm

📋 copy color: '#ACD00A'

red 172 ◦ green 208 ◦ blue 10

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

Shades of Inch Worm #ACD00A

Tints of Inch Worm #ACD00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 44.1%
G = 53.33%
B = 2.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#ACD00A (or 0xACD00A) is known color: Inch Worm. HEX triplet: AC, D0 and 0A. RGB value is (172,208,10). Sum of RGB (Red+Green+Blue) = 172+208+10=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD00A is #532FF5. Grayscale: #AFAFAF. Windows color (decimal): -5451766 or 708780. OLE color: 708780.

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

Color convert

RGB 172 208 10 -
CMYK 0.17 0 0.95 0.18
HSL 70.91º 0.91% 0.43% -
HSV(B) 70.91º 0.95% 0.82% -
XYZ 39.62 53.9 8.6 -
YUV 174.66 35.07 126.1 -
System Red Green Blue C M Y K H S L
Decimal 172 208 10 0.17 0 0.95 0.18 70.91 0.91 0.43
Hex AC D0 A 11 0 5F 12 47 5B 2B
Octal 254 320 12 21 0 137 22 107 133 53
Binary 10101100 11010000 1010 10001 0 1011111 10010 1000111 1011011 101011

Color Harmonies of #ACD00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD00A

Black with #ACD00A

Text Example


Text Example

White with #ACD00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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