#AFD027

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

Shades of Rio Grande #AFD027

Tints of Rio Grande #AFD027

Color information

#AFD027 (or 0xAFD027) is unknown color: approx Rio Grande. HEX triplet: AF, D0 and 27. RGB value is (175,208,39). Sum of RGB (Red+Green+Blue) = 175+208+39=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD027 is #502FD8. Grayscale: #B3B3B3. Windows color (decimal): -5255129 or 2609327. OLE color: 2609327.

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

Color convert

RGB17520839-
CMYK0.1600.810.18
HSL71.72º68.42%48.43%-
HSV(B)71.72º81.25%81.57%-
XYZ40.654.3710.27-
YUV178.8749.07125.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 208 (81.64% from 255) = 49.29%
BLUE value IS 39 (15.62% from 255) = 9.24%
R=41.47%
G=49.29%
B=9.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175208390.1600.810.1871.7268.4248.43
HexAFD0271005112484430
Octal257320472001212211010460
Binary101011111101000010011110000010100011001010010001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD027; }

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

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

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

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

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

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

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

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