Html Css Color HEX #ACD011 Rio Grande

📋 copy color: '#ACD011'

red 172 ◦ green 208 ◦ blue 17

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

Shades of Rio Grande #ACD011

Tints of Rio Grande #ACD011

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.39%

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 43.32%
G = 52.39%
B = 4.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#ACD011 (or 0xACD011) is known color: Rio Grande. HEX triplet: AC, D0 and 11. RGB value is (172,208,17). Sum of RGB (Red+Green+Blue) = 172+208+17=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD011 is #532FEE. Grayscale: #B0B0B0. Windows color (decimal): -5451759 or 1167532. OLE color: 1167532.

HSL color Cylindrical-coordinate representation of color #ACD011: hue angle of 71.31º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACD011 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 17 -
CMYK 0.17 0 0.92 0.18
HSL 71.31º 0.85% 0.44% -
HSV(B) 71.31º 0.92% 0.82% -
XYZ 39.67 53.92 8.85 -
YUV 175.46 38.57 125.53 -
System Red Green Blue C M Y K H S L
Decimal 172 208 17 0.17 0 0.92 0.18 71.31 0.85 0.44
Hex AC D0 11 11 0 5C 12 47 55 2C
Octal 254 320 21 21 0 134 22 107 125 54
Binary 10101100 11010000 10001 10001 0 1011100 10010 1000111 1010101 101100

Color Harmonies of #ACD011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD011

Black with #ACD011

Text Example


Text Example

White with #ACD011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD011; }

 p { color: rgb(172,208,17); }

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

background-color css

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

 a { background-color: rgb(172,208,17); }

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

border-color css

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

 span { border-color: rgb(172,208,17); }

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