Html Css Color HEX #ACD118 Rio Grande

📋 copy color: '#ACD118'

red 172 ◦ green 209 ◦ blue 24

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

Shades of Rio Grande #ACD118

Tints of Rio Grande #ACD118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.93%

R = 42.47%
G = 51.6%
B = 5.93%

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

#ACD118 (or 0xACD118) is known color: Rio Grande. HEX triplet: AC, D1 and 18. RGB value is (172,209,24). Sum of RGB (Red+Green+Blue) = 172+209+24=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD118 is #532EE7. Grayscale: #B1B1B1. Windows color (decimal): -5451496 or 1626540. OLE color: 1626540.

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

Color convert

RGB 172 209 24 -
CMYK 0.18 0 0.89 0.18
HSL 72º 0.79% 0.46% -
HSV(B) 72º 0.89% 0.82% -
XYZ 39.98 54.44 9.26 -
YUV 176.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 172 209 24 0.18 0 0.89 0.18 72 0.79 0.46
Hex AC D1 18 12 0 59 12 48 4F 2E
Octal 254 321 30 22 0 131 22 110 117 56
Binary 10101100 11010001 11000 10010 0 1011001 10010 1001000 1001111 101110

Color Harmonies of #ACD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD118

Black with #ACD118

Text Example


Text Example

White with #ACD118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD118; }

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

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

background-color css

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

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

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

border-color css

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

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

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