Html Css Color HEX #ACD00F Rio Grande

📋 copy color: '#ACD00F'

red 172 ◦ green 208 ◦ blue 15

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

Shades of Rio Grande #ACD00F

Tints of Rio Grande #ACD00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.8%

R = 43.54%
G = 52.66%
B = 3.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#ACD00F (or 0xACD00F) is known color: Rio Grande. HEX triplet: AC, D0 and 0F. RGB value is (172,208,15). Sum of RGB (Red+Green+Blue) = 172+208+15=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD00F is #532FF0. Grayscale: #AFAFAF. Windows color (decimal): -5451761 or 1036460. OLE color: 1036460.

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

Color convert

RGB 172 208 15 -
CMYK 0.17 0 0.93 0.18
HSL 71.19º 0.87% 0.44% -
HSV(B) 71.19º 0.93% 0.82% -
XYZ 39.66 53.92 8.77 -
YUV 175.23 37.57 125.69 -
System Red Green Blue C M Y K H S L
Decimal 172 208 15 0.17 0 0.93 0.18 71.19 0.87 0.44
Hex AC D0 F 11 0 5D 12 47 57 2C
Octal 254 320 17 21 0 135 22 107 127 54
Binary 10101100 11010000 1111 10001 0 1011101 10010 1000111 1010111 101100

Color Harmonies of #ACD00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD00F

Black with #ACD00F

Text Example


Text Example

White with #ACD00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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