Html Css Color HEX #ACD007 Inch Worm

📋 copy color: '#ACD007'

red 172 ◦ green 208 ◦ blue 7

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

Shades of Inch Worm #ACD007

Tints of Inch Worm #ACD007

RGB

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

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

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

R = 44.44%
G = 53.75%
B = 1.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#ACD007 (or 0xACD007) is known color: Inch Worm. HEX triplet: AC, D0 and 07. RGB value is (172,208,7). Sum of RGB (Red+Green+Blue) = 172+208+7=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD007 is #532FF8. Grayscale: #AFAFAF. Windows color (decimal): -5451769 or 512172. OLE color: 512172.

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

Color convert

RGB 172 208 7 -
CMYK 0.17 0 0.97 0.18
HSL 70.75º 0.93% 0.42% -
HSV(B) 70.75º 0.97% 0.82% -
XYZ 39.61 53.9 8.52 -
YUV 174.32 33.57 126.34 -
System Red Green Blue C M Y K H S L
Decimal 172 208 7 0.17 0 0.97 0.18 70.75 0.93 0.42
Hex AC D0 7 11 0 61 12 47 5D 2A
Octal 254 320 7 21 0 141 22 107 135 52
Binary 10101100 11010000 111 10001 0 1100001 10010 1000111 1011101 101010

Color Harmonies of #ACD007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD007

Black with #ACD007

Text Example


Text Example

White with #ACD007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD007; }

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

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

background-color css

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

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

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

border-color css

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

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

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