Html Css Color HEX #ACD117 Rio Grande

📋 copy color: '#ACD117'

red 172 ◦ green 209 ◦ blue 23

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

Shades of Rio Grande #ACD117

Tints of Rio Grande #ACD117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.69%

R = 42.57%
G = 51.73%
B = 5.69%

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

#ACD117 (or 0xACD117) is known color: Rio Grande. HEX triplet: AC, D1 and 17. RGB value is (172,209,23). Sum of RGB (Red+Green+Blue) = 172+209+23=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD117 is #532EE8. Grayscale: #B1B1B1. Windows color (decimal): -5451497 or 1561004. OLE color: 1561004.

HSL color Cylindrical-coordinate representation of color #ACD117: hue angle of 71.94º degrees, saturation: 0.8, 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 #ACD117 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 23 -
CMYK 0.18 0 0.89 0.18
HSL 71.94º 0.8% 0.45% -
HSV(B) 71.94º 0.89% 0.82% -
XYZ 39.97 54.43 9.21 -
YUV 176.73 41.24 124.62 -
System Red Green Blue C M Y K H S L
Decimal 172 209 23 0.18 0 0.89 0.18 71.94 0.8 0.45
Hex AC D1 17 12 0 59 12 48 50 2D
Octal 254 321 27 22 0 131 22 110 120 55
Binary 10101100 11010001 10111 10010 0 1011001 10010 1001000 1010000 101101

Color Harmonies of #ACD117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD117

Black with #ACD117

Text Example


Text Example

White with #ACD117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD117; }

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

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

background-color css

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

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

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

border-color css

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

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

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