Html Css Color HEX #ACD014 Rio Grande

📋 copy color: '#ACD014'

red 172 ◦ green 208 ◦ blue 20

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

Shades of Rio Grande #ACD014

Tints of Rio Grande #ACD014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5%

R = 43%
G = 52%
B = 5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#ACD014 (or 0xACD014) is known color: Rio Grande. HEX triplet: AC, D0 and 14. RGB value is (172,208,20). Sum of RGB (Red+Green+Blue) = 172+208+20=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD014 is #532FEB. Grayscale: #B0B0B0. Windows color (decimal): -5451756 or 1364140. OLE color: 1364140.

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

Color convert

RGB 172 208 20 -
CMYK 0.17 0 0.90 0.18
HSL 71.49º 0.82% 0.45% -
HSV(B) 71.49º 0.9% 0.82% -
XYZ 39.7 53.93 8.98 -
YUV 175.8 40.07 125.29 -
System Red Green Blue C M Y K H S L
Decimal 172 208 20 0.17 0 0.90 0.18 71.49 0.82 0.45
Hex AC D0 14 11 0 5A 12 47 52 2D
Octal 254 320 24 21 0 132 22 107 122 55
Binary 10101100 11010000 10100 10001 0 1011010 10010 1000111 1010010 101101

Color Harmonies of #ACD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD014

Black with #ACD014

Text Example


Text Example

White with #ACD014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD014; }

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

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

background-color css

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

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

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

border-color css

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

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

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