#AFC124

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

Shades of Bahia #AFC124

Tints of Bahia #AFC124

Color information

#AFC124 (or 0xAFC124) is unknown color: approx Bahia. HEX triplet: AF, C1 and 24. RGB value is (175,193,36). Sum of RGB (Red+Green+Blue) = 175+193+36=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC124 is #503EDB. Grayscale: #AAAAAA. Windows color (decimal): -5258972 or 2408879. OLE color: 2408879.

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

Color convert

RGB17519336-
CMYK0.0900.810.24
HSL66.88º68.56%44.9%-
HSV(B)66.88º81.35%75.69%-
XYZ37.0747.388.86-
YUV169.7252.54131.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 193 (75.78% from 255) = 47.77%
BLUE value IS 36 (14.45% from 255) = 8.91%
R=43.32%
G=47.77%
B=8.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193360.0900.810.2466.8868.5644.9
HexAFC12490511843452d
Octal257301441101213010310555
Binary10101111110000011001001001010100011100010000111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC124; }

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

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

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

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

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

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

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

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