#AFCA1E

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

Shades of Rio Grande #AFCA1E

Tints of Rio Grande #AFCA1E

Color information

#AFCA1E (or 0xAFCA1E) is unknown color: approx Rio Grande. HEX triplet: AF, CA and 1E. RGB value is (175,202,30). Sum of RGB (Red+Green+Blue) = 175+202+30=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA1E is #5035E1. Grayscale: #AEAEAE. Windows color (decimal): -5256674 or 2017967. OLE color: 2017967.

HSL color Cylindrical-coordinate representation of color #AFCA1E: hue angle of 69.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFCA1E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB17520230-
CMYK0.1300.850.21
HSL69.42º74.14%45.49%-
HSV(B)69.42º85.15%79.22%-
XYZ39.0351.459.1-
YUV174.3246.55128.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 202 (79.30% from 255) = 49.63%
BLUE value IS 30 (12.11% from 255) = 7.37%
R=43.00%
G=49.63%
B=7.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175202300.1300.850.2169.4274.1445.49
HexAFCA1ED05515454a2d
Octal257312361501252510511255
Binary1010111111001010111101101010101011010110001011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA1E; }

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

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

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

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

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

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

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

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