Html Css Color HEX #AFC018 Bahia

📋 copy color: '#AFC018'

red 175 ◦ green 192 ◦ blue 24

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

Shades of Bahia #AFC018

Tints of Bahia #AFC018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 44.76%
G = 49.1%
B = 6.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#AFC018 (or 0xAFC018) is known color: Bahia. HEX triplet: AF, C0 and 18. RGB value is (175,192,24). Sum of RGB (Red+Green+Blue) = 175+192+24=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC018 is #503FE7. Grayscale: #A8A8A8. Windows color (decimal): -5259240 or 1622191. OLE color: 1622191.

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

Color convert

RGB 175 192 24 -
CMYK 0.09 0 0.88 0.25
HSL 66.07º 0.78% 0.42% -
HSV(B) 66.07º 0.88% 0.75% -
XYZ 36.69 46.88 7.98 -
YUV 167.77 46.87 133.16 -
System Red Green Blue C M Y K H S L
Decimal 175 192 24 0.09 0 0.88 0.25 66.07 0.78 0.42
Hex AF C0 18 9 0 58 19 42 4E 2A
Octal 257 300 30 11 0 130 31 102 116 52
Binary 10101111 11000000 11000 1001 0 1011000 11001 1000010 1001110 101010

Color Harmonies of #AFC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC018

Black with #AFC018

Text Example


Text Example

White with #AFC018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC018; }

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

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

background-color css

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

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

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

border-color css

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

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

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