#ACCF0D

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

Shades of Rio Grande #ACCF0D

Tints of Rio Grande #ACCF0D

Color information

#ACCF0D (or 0xACCF0D) is unknown color: approx Rio Grande. HEX triplet: AC, CF and 0D. RGB value is (172,207,13). Sum of RGB (Red+Green+Blue) = 172+207+13=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF0D is #5330F2. Grayscale: #AFAFAF. Windows color (decimal): -5452019 or 905132. OLE color: 905132.

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

Color convert

RGB17220713-
CMYK0.1700.940.19
HSL70.82º88.18%43.14%-
HSV(B)70.82º93.72%81.18%-
XYZ39.453.438.62-
YUV174.4236.9126.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 207 (81.25% from 255) = 52.81%
BLUE value IS 13 (5.47% from 255) = 3.32%
R=43.88%
G=52.81%
B=3.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172207130.1700.940.1970.8288.1843.14
HexACCFD1105E1347582b
Octal254317152101362310713053
Binary1010110011001111110110001010111101001110001111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF0D; }

 p { color: rgb(172,207,13); }

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

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

 a { background-color: rgb(172,207,13); }

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

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

 span { border-color: rgb(172,207,13); }

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