Html Css Color HEX #ACD314 Inch Worm

📋 copy color: '#ACD314'

red 172 ◦ green 211 ◦ blue 20

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

Shades of Inch Worm #ACD314

Tints of Inch Worm #ACD314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 42.68%
G = 52.36%
B = 4.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#ACD314 (or 0xACD314) is known color: Inch Worm. HEX triplet: AC, D3 and 14. RGB value is (172,211,20). Sum of RGB (Red+Green+Blue) = 172+211+20=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD314 is #532CEB. Grayscale: #B2B2B2. Windows color (decimal): -5450988 or 1364908. OLE color: 1364908.

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

Color convert

RGB 172 211 20 -
CMYK 0.18 0 0.91 0.17
HSL 72.25º 0.83% 0.45% -
HSV(B) 72.25º 0.91% 0.83% -
XYZ 40.43 55.41 9.23 -
YUV 177.57 39.08 124.03 -
System Red Green Blue C M Y K H S L
Decimal 172 211 20 0.18 0 0.91 0.17 72.25 0.83 0.45
Hex AC D3 14 12 0 5B 11 48 53 2D
Octal 254 323 24 22 0 133 21 110 123 55
Binary 10101100 11010011 10100 10010 0 1011011 10001 1001000 1010011 101101

Color Harmonies of #ACD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD314

Black with #ACD314

Text Example


Text Example

White with #ACD314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD314; }

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

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

background-color css

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

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

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

border-color css

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

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

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