Html Css Color HEX #ACD80F Inch Worm

📋 copy color: '#ACD80F'

red 172 ◦ green 216 ◦ blue 15

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

Shades of Inch Worm #ACD80F

Tints of Inch Worm #ACD80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.6%

 BLUE value IS 15 (6.25% from 255) = 3.72%

R = 42.68%
G = 53.6%
B = 3.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#ACD80F (or 0xACD80F) is known color: Inch Worm. HEX triplet: AC, D8 and 0F. RGB value is (172,216,15). Sum of RGB (Red+Green+Blue) = 172+216+15=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD80F is #5327F0. Grayscale: #B4B4B4. Windows color (decimal): -5449713 or 1038508. OLE color: 1038508.

HSL color Cylindrical-coordinate representation of color #ACD80F: hue angle of 73.13º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACD80F is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 15 -
CMYK 0.20 0 0.93 0.15
HSL 73.13º 0.87% 0.45% -
HSV(B) 73.13º 0.93% 0.85% -
XYZ 41.66 57.92 9.44 -
YUV 179.93 34.92 122.34 -
System Red Green Blue C M Y K H S L
Decimal 172 216 15 0.20 0 0.93 0.15 73.13 0.87 0.45
Hex AC D8 F 14 0 5D F 49 57 2D
Octal 254 330 17 24 0 135 17 111 127 55
Binary 10101100 11011000 1111 10100 0 1011101 1111 1001001 1010111 101101

Color Harmonies of #ACD80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD80F

Black with #ACD80F

Text Example


Text Example

White with #ACD80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD80F; }

 p { color: rgb(172,216,15); }

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

background-color css

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

 a { background-color: rgb(172,216,15); }

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

border-color css

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

 span { border-color: rgb(172,216,15); }

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