#AFCA15

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

Shades of Rio Grande #AFCA15

Tints of Rio Grande #AFCA15

Color information

#AFCA15 (or 0xAFCA15) is unknown color: approx Rio Grande. HEX triplet: AF, CA and 15. RGB value is (175,202,21). Sum of RGB (Red+Green+Blue) = 175+202+21=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA15 is #5035EA. Grayscale: #ADADAD. Windows color (decimal): -5256683 or 1428143. OLE color: 1428143.

HSL color Cylindrical-coordinate representation of color #AFCA15: hue angle of 68.95º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFCA15 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB17520221-
CMYK0.1300.900.21
HSL68.95º81.17%43.73%-
HSV(B)68.95º89.6%79.22%-
XYZ38.9451.418.58-
YUV173.2942.05129.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 202 (79.30% from 255) = 50.75%
BLUE value IS 21 (8.59% from 255) = 5.28%
R=43.97%
G=50.75%
B=5.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175202210.1300.900.2168.9581.1743.73
HexAFCA15D05A1545512c
Octal257312251501322510512154
Binary1010111111001010101011101010110101010110001011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA15; }

 p { color: rgb(175,202,21); }

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

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

 a { background-color: rgb(175,202,21); }

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

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

 span { border-color: rgb(175,202,21); }

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