Html Css Color HEX #ACD31C Inch Worm

📋 copy color: '#ACD31C'

red 172 ◦ green 211 ◦ blue 28

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

Shades of Inch Worm #ACD31C

Tints of Inch Worm #ACD31C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.34%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 41.85%
G = 51.34%
B = 6.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#ACD31C (or 0xACD31C) is known color: Inch Worm. HEX triplet: AC, D3 and 1C. RGB value is (172,211,28). Sum of RGB (Red+Green+Blue) = 172+211+28=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD31C is #532CE3. Grayscale: #B3B3B3. Windows color (decimal): -5450980 or 1889196. OLE color: 1889196.

HSL color Cylindrical-coordinate representation of color #ACD31C: hue angle of 72.79º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACD31C is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 28 -
CMYK 0.18 0 0.87 0.17
HSL 72.79º 0.77% 0.47% -
HSV(B) 72.79º 0.87% 0.83% -
XYZ 40.52 55.44 9.66 -
YUV 178.48 43.08 123.38 -
System Red Green Blue C M Y K H S L
Decimal 172 211 28 0.18 0 0.87 0.17 72.79 0.77 0.47
Hex AC D3 1C 12 0 57 11 49 4D 2F
Octal 254 323 34 22 0 127 21 111 115 57
Binary 10101100 11010011 11100 10010 0 1010111 10001 1001001 1001101 101111

Color Harmonies of #ACD31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD31C

Black with #ACD31C

Text Example


Text Example

White with #ACD31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD31C; }

 p { color: rgb(172,211,28); }

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

background-color css

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

 a { background-color: rgb(172,211,28); }

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

border-color css

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

 span { border-color: rgb(172,211,28); }

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