Html Css Color HEX #ACD706 Inch Worm

📋 copy color: '#ACD706'

red 172 ◦ green 215 ◦ blue 6

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

Shades of Inch Worm #ACD706

Tints of Inch Worm #ACD706

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.71%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 43.77%
G = 54.71%
B = 1.53%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#ACD706 (or 0xACD706) is known color: Inch Worm. HEX triplet: AC, D7 and 06. RGB value is (172,215,6). Sum of RGB (Red+Green+Blue) = 172+215+6=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD706 is #5328F9. Grayscale: #B3B3B3. Windows color (decimal): -5449978 or 448428. OLE color: 448428.

HSL color Cylindrical-coordinate representation of color #ACD706: hue angle of 72.34º degrees, saturation: 0.95, 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 #ACD706 is Cyan = 0.2, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 6 -
CMYK 0.2 0 0.97 0.16
HSL 72.34º 0.95% 0.43% -
HSV(B) 72.34º 0.97% 0.84% -
XYZ 41.35 57.38 9.07 -
YUV 178.32 30.75 123.49 -
System Red Green Blue C M Y K H S L
Decimal 172 215 6 0.2 0 0.97 0.16 72.34 0.95 0.43
Hex AC D7 6 14 0 61 10 48 5F 2B
Octal 254 327 6 24 0 141 20 110 137 53
Binary 10101100 11010111 110 10100 0 1100001 10000 1001000 1011111 101011

Color Harmonies of #ACD706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD706

Black with #ACD706

Text Example


Text Example

White with #ACD706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD706; }

 p { color: rgb(172,215,6); }

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

background-color css

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

 a { background-color: rgb(172,215,6); }

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

border-color css

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

 span { border-color: rgb(172,215,6); }

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