Html Css Color HEX #ACD012 Rio Grande

📋 copy color: '#ACD012'

red 172 ◦ green 208 ◦ blue 18

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

Shades of Rio Grande #ACD012

Tints of Rio Grande #ACD012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.52%

R = 43.22%
G = 52.26%
B = 4.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#ACD012 (or 0xACD012) is known color: Rio Grande. HEX triplet: AC, D0 and 12. RGB value is (172,208,18). Sum of RGB (Red+Green+Blue) = 172+208+18=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD012 is #532FED. Grayscale: #B0B0B0. Windows color (decimal): -5451758 or 1233068. OLE color: 1233068.

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

Color convert

RGB 172 208 18 -
CMYK 0.17 0 0.91 0.18
HSL 71.37º 0.84% 0.44% -
HSV(B) 71.37º 0.91% 0.82% -
XYZ 39.68 53.93 8.89 -
YUV 175.58 39.07 125.45 -
System Red Green Blue C M Y K H S L
Decimal 172 208 18 0.17 0 0.91 0.18 71.37 0.84 0.44
Hex AC D0 12 11 0 5B 12 47 54 2C
Octal 254 320 22 21 0 133 22 107 124 54
Binary 10101100 11010000 10010 10001 0 1011011 10010 1000111 1010100 101100

Color Harmonies of #ACD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD012

Black with #ACD012

Text Example


Text Example

White with #ACD012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD012; }

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

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

background-color css

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

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

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

border-color css

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

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

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