#AFD01D

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

Shades of Rio Grande #AFD01D

Tints of Rio Grande #AFD01D

Color information

#AFD01D (or 0xAFD01D) is unknown color: approx Rio Grande. HEX triplet: AF, D0 and 1D. RGB value is (175,208,29). Sum of RGB (Red+Green+Blue) = 175+208+29=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD01D is #502FE2. Grayscale: #B2B2B2. Windows color (decimal): -5255139 or 1953967. OLE color: 1953967.

HSL color Cylindrical-coordinate representation of color #AFD01D: hue angle of 71.06º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFD01D is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB17520829-
CMYK0.1600.860.18
HSL71.06º75.53%46.47%-
HSV(B)71.06º86.06%81.57%-
XYZ40.4654.319.51-
YUV177.7344.07126.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 208 (81.64% from 255) = 50.49%
BLUE value IS 29 (11.72% from 255) = 7.04%
R=42.48%
G=50.49%
B=7.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175208290.1600.860.1871.0675.5346.47
HexAFD01D1005612474c2e
Octal257320352001262210711456
Binary10101111110100001110110000010101101001010001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD01D; }

 p { color: rgb(175,208,29); }

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

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

 a { background-color: rgb(175,208,29); }

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

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

 span { border-color: rgb(175,208,29); }

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