Html Css Color HEX #ACD60B Inch Worm

📋 copy color: '#ACD60B'

red 172 ◦ green 214 ◦ blue 11

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

Shades of Inch Worm #ACD60B

Tints of Inch Worm #ACD60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 43.32%
G = 53.9%
B = 2.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#ACD60B (or 0xACD60B) is known color: Inch Worm. HEX triplet: AC, D6 and 0B. RGB value is (172,214,11). Sum of RGB (Red+Green+Blue) = 172+214+11=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD60B is #5329F4. Grayscale: #B3B3B3. Windows color (decimal): -5450229 or 775852. OLE color: 775852.

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

Color convert

RGB 172 214 11 -
CMYK 0.20 0 0.95 0.16
HSL 72.41º 0.9% 0.44% -
HSV(B) 72.41º 0.95% 0.84% -
XYZ 41.12 56.89 9.13 -
YUV 178.3 33.59 123.51 -
System Red Green Blue C M Y K H S L
Decimal 172 214 11 0.20 0 0.95 0.16 72.41 0.9 0.44
Hex AC D6 B 14 0 5F 10 48 5A 2C
Octal 254 326 13 24 0 137 20 110 132 54
Binary 10101100 11010110 1011 10100 0 1011111 10000 1001000 1011010 101100

Color Harmonies of #ACD60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD60B

Black with #ACD60B

Text Example


Text Example

White with #ACD60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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