#AFC218

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

Shades of Bahia #AFC218

Tints of Bahia #AFC218

Color information

#AFC218 (or 0xAFC218) is unknown color: approx Bahia. HEX triplet: AF, C2 and 18. RGB value is (175,194,24). Sum of RGB (Red+Green+Blue) = 175+194+24=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC218 is #503DE7. Grayscale: #A9A9A9. Windows color (decimal): -5258728 or 1622703. OLE color: 1622703.

HSL color Cylindrical-coordinate representation of color #AFC218: hue angle of 66.71º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFC218 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB17519424-
CMYK0.1000.880.24
HSL66.71º77.98%42.75%-
HSV(B)66.71º87.63%76.08%-
XYZ37.1447.768.13-
YUV168.9446.21132.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 194 (76.17% from 255) = 49.36%
BLUE value IS 24 (9.77% from 255) = 6.11%
R=44.53%
G=49.36%
B=6.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175194240.1000.880.2466.7177.9842.75
HexAFC218A05818434e2b
Octal257302301201303010311653
Binary1010111111000010110001010010110001100010000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC218; }

 p { color: rgb(175,194,24); }

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

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

 a { background-color: rgb(175,194,24); }

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

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

 span { border-color: rgb(175,194,24); }

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