Html Css Color HEX #ACD607 Inch Worm

📋 copy color: '#ACD607'

red 172 ◦ green 214 ◦ blue 7

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

Shades of Inch Worm #ACD607

Tints of Inch Worm #ACD607

RGB

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

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

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

R = 43.77%
G = 54.45%
B = 1.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#ACD607 (or 0xACD607) is known color: Inch Worm. HEX triplet: AC, D6 and 07. RGB value is (172,214,7). Sum of RGB (Red+Green+Blue) = 172+214+7=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD607 is #5329F8. Grayscale: #B2B2B2. Windows color (decimal): -5450233 or 513708. OLE color: 513708.

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

Color convert

RGB 172 214 7 -
CMYK 0.20 0 0.97 0.16
HSL 72.17º 0.94% 0.43% -
HSV(B) 72.17º 0.97% 0.84% -
XYZ 41.1 56.88 9.01 -
YUV 177.84 31.59 123.83 -
System Red Green Blue C M Y K H S L
Decimal 172 214 7 0.20 0 0.97 0.16 72.17 0.94 0.43
Hex AC D6 7 14 0 61 10 48 5E 2B
Octal 254 326 7 24 0 141 20 110 136 53
Binary 10101100 11010110 111 10100 0 1100001 10000 1001000 1011110 101011

Color Harmonies of #ACD607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD607

Black with #ACD607

Text Example


Text Example

White with #ACD607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD607; }

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

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

background-color css

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

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

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

border-color css

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

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

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