Html Css Color HEX #ACD807 Inch Worm

📋 copy color: '#ACD807'

red 172 ◦ green 216 ◦ blue 7

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

Shades of Inch Worm #ACD807

Tints of Inch Worm #ACD807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 43.54%
G = 54.68%
B = 1.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#ACD807 (or 0xACD807) is known color: Inch Worm. HEX triplet: AC, D8 and 07. RGB value is (172,216,7). Sum of RGB (Red+Green+Blue) = 172+216+7=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD807 is #5327F8. Grayscale: #B3B3B3. Windows color (decimal): -5449721 or 514220. OLE color: 514220.

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

Color convert

RGB 172 216 7 -
CMYK 0.20 0 0.97 0.15
HSL 72.63º 0.94% 0.44% -
HSV(B) 72.63º 0.97% 0.85% -
XYZ 41.61 57.9 9.18 -
YUV 179.02 30.92 122.99 -
System Red Green Blue C M Y K H S L
Decimal 172 216 7 0.20 0 0.97 0.15 72.63 0.94 0.44
Hex AC D8 7 14 0 61 F 49 5E 2C
Octal 254 330 7 24 0 141 17 111 136 54
Binary 10101100 11011000 111 10100 0 1100001 1111 1001001 1011110 101100

Color Harmonies of #ACD807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD807

Black with #ACD807

Text Example


Text Example

White with #ACD807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD807; }

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

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

background-color css

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

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

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

border-color css

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

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

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