#AFCE0C

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

Shades of Rio Grande #AFCE0C

Tints of Rio Grande #AFCE0C

Color information

#AFCE0C (or 0xAFCE0C) is unknown color: approx Rio Grande. HEX triplet: AF, CE and 0C. RGB value is (175,206,12). Sum of RGB (Red+Green+Blue) = 175+206+12=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCE0C is #5031F3. Grayscale: #AFAFAF. Windows color (decimal): -5255668 or 839343. OLE color: 839343.

HSL color Cylindrical-coordinate representation of color #AFCE0C: hue angle of 69.59º degrees, saturation: 0.89, 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 #AFCE0C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB17520612-
CMYK0.1500.940.19
HSL69.59º88.99%42.75%-
HSV(B)69.59º94.17%80.78%-
XYZ39.8253.288.53-
YUV174.6136.23128.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 206 (80.86% from 255) = 52.42%
BLUE value IS 12 (5.08% from 255) = 3.05%
R=44.53%
G=52.42%
B=3.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175206120.1500.940.1969.5988.9942.75
HexAFCECF05E1346592b
Octal257316141701362310613153
Binary101011111100111011001111010111101001110001101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE0C; }

 p { color: rgb(175,206,12); }

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

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

 a { background-color: rgb(175,206,12); }

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

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

 span { border-color: rgb(175,206,12); }

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