Html Css Color HEX #ACD116 Rio Grande

📋 copy color: '#ACD116'

red 172 ◦ green 209 ◦ blue 22

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

Shades of Rio Grande #ACD116

Tints of Rio Grande #ACD116

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.86%

 BLUE value IS 22 (8.98% from 255) = 5.46%

R = 42.68%
G = 51.86%
B = 5.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#ACD116 (or 0xACD116) is known color: Rio Grande. HEX triplet: AC, D1 and 16. RGB value is (172,209,22). Sum of RGB (Red+Green+Blue) = 172+209+22=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD116 is #532EE9. Grayscale: #B1B1B1. Windows color (decimal): -5451498 or 1495468. OLE color: 1495468.

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

Color convert

RGB 172 209 22 -
CMYK 0.18 0 0.89 0.18
HSL 71.87º 0.81% 0.45% -
HSV(B) 71.87º 0.89% 0.82% -
XYZ 39.96 54.43 9.16 -
YUV 176.62 40.74 124.71 -
System Red Green Blue C M Y K H S L
Decimal 172 209 22 0.18 0 0.89 0.18 71.87 0.81 0.45
Hex AC D1 16 12 0 59 12 48 51 2D
Octal 254 321 26 22 0 131 22 110 121 55
Binary 10101100 11010001 10110 10010 0 1011001 10010 1001000 1010001 101101

Color Harmonies of #ACD116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD116

Black with #ACD116

Text Example


Text Example

White with #ACD116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD116; }

 p { color: rgb(172,209,22); }

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

background-color css

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

 a { background-color: rgb(172,209,22); }

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

border-color css

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

 span { border-color: rgb(172,209,22); }

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