#ACCE0A

Color #ACCE0A Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #ACCE0A

Tints of Rio Grande #ACCE0A

Color information

#ACCE0A (or 0xACCE0A) is unknown color: approx Rio Grande. HEX triplet: AC, CE and 0A. RGB value is (172,206,10). Sum of RGB (Red+Green+Blue) = 172+206+10=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCE0A is #5331F5. Grayscale: #AEAEAE. Windows color (decimal): -5452278 or 708268. OLE color: 708268.

HSL color Cylindrical-coordinate representation of color #ACCE0A: hue angle of 70.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACCE0A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB17220610-
CMYK0.1700.950.19
HSL70.41º90.74%42.35%-
HSV(B)70.41º95.15%80.78%-
XYZ39.1452.948.44-
YUV173.4935.74126.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 206 (80.86% from 255) = 53.09%
BLUE value IS 10 (4.30% from 255) = 2.58%
R=44.33%
G=53.09%
B=2.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172206100.1700.950.1970.4190.7442.35
HexACCEA1105F13465b2a
Octal254316122101372310613352
Binary1010110011001110101010001010111111001110001101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCE0A; }

 p { color: rgb(172,206,10); }

 H1.HeaderClassName
 {
   color: #ACCE0A;
 }
 .AnyTagClassName
 {
   color: #ACCE0A;
 }
</style>
background-color css

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

 a { background-color: rgb(172,206,10); }

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

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

 span { border-color: rgb(172,206,10); }

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