#afc114

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

Shades of Bahia #AFC114

Tints of Bahia #AFC114

Color information

#AFC114 (or 0xAFC114) is unknown color: approx Bahia. HEX triplet: AF, C1 and 14. RGB value is (175,193,20). Sum of RGB (Red+Green+Blue) = 175+193+20=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC114 is #503EEB. Grayscale: #A8A8A8. Windows color (decimal): -5258988 or 1360303. OLE color: 1360303.

HSL color Cylindrical-coordinate representation of color #AFC114: hue angle of 66.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC114 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB17519320-
CMYK0.0900.900.24
HSL66.24º81.22%41.76%-
HSV(B)66.24º89.64%75.69%-
XYZ36.8847.37.85-
YUV167.944.54133.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 193 (75.78% from 255) = 49.74%
BLUE value IS 20 (8.20% from 255) = 5.15%
R=45.10%
G=49.74%
B=5.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193200.0900.900.2466.2481.2241.76
HexAFC114905A1842512a
Octal257301241101323010212152
Binary1010111111000001101001001010110101100010000101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afc114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afc114; }

 p { color: rgb(175,193,20); }

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

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

 a { background-color: rgb(175,193,20); }

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

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

 span { border-color: rgb(175,193,20); }

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