Html Css Color HEX #AFC024 Bahia

📋 copy color: '#AFC024'

red 175 ◦ green 192 ◦ blue 36

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

Shades of Bahia #AFC024

Tints of Bahia #AFC024

RGB

 RED value IS 175 (68.75% from 255) = 43.42%

 GREEN value IS 192 (75.39% from 255) = 47.64%

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 43.42%
G = 47.64%
B = 8.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#AFC024 (or 0xAFC024) is known color: Bahia. HEX triplet: AF, C0 and 24. RGB value is (175,192,36). Sum of RGB (Red+Green+Blue) = 175+192+36=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC024 is #503FDB. Grayscale: #A9A9A9. Windows color (decimal): -5259228 or 2408623. OLE color: 2408623.

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

Color convert

RGB 175 192 36 -
CMYK 0.09 0 0.81 0.25
HSL 66.54º 0.68% 0.45% -
HSV(B) 66.54º 0.81% 0.75% -
XYZ 36.85 46.94 8.79 -
YUV 169.13 52.87 132.18 -
System Red Green Blue C M Y K H S L
Decimal 175 192 36 0.09 0 0.81 0.25 66.54 0.68 0.45
Hex AF C0 24 9 0 51 19 43 44 2D
Octal 257 300 44 11 0 121 31 103 104 55
Binary 10101111 11000000 100100 1001 0 1010001 11001 1000011 1000100 101101

Color Harmonies of #AFC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC024

Black with #AFC024

Text Example


Text Example

White with #AFC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC024; }

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

 H1.HeaderClassName
 {
   color: #AFC024;
 }
 .AnyTagClassName
 {
   color: #AFC024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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