Html Css Color HEX #AFC124 Bahia

📋 copy color: '#AFC124'

red 175 ◦ green 193 ◦ blue 36

#AFC124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AFC124

Tints of Bahia #AFC124

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 value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#AFC124 (or 0xAFC124) is known color: 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

RGB 175 193 36 -
CMYK 0.09 0 0.81 0.24
HSL 66.88º 0.69% 0.45% -
HSV(B) 66.88º 0.81% 0.76% -
XYZ 37.07 47.38 8.86 -
YUV 169.72 52.54 131.77 -
System Red Green Blue C M Y K H S L
Decimal 175 193 36 0.09 0 0.81 0.24 66.88 0.69 0.45
Hex AF C1 24 9 0 51 18 43 45 2D
Octal 257 301 44 11 0 121 30 103 105 55
Binary 10101111 11000001 100100 1001 0 1010001 11000 1000011 1000101 101101

Color Harmonies of #AFC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC124

Black with #AFC124

Text Example


Text Example

White with #AFC124

Text Example


Text Example

HTML Codes & Css Web 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>