Html Css Color HEX #AFC014 Bahia

📋 copy color: '#AFC014'

red 175 ◦ green 192 ◦ blue 20

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

Shades of Bahia #AFC014

Tints of Bahia #AFC014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 45.22%
G = 49.61%
B = 5.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#AFC014 (or 0xAFC014) is known color: Bahia. HEX triplet: AF, C0 and 14. RGB value is (175,192,20). Sum of RGB (Red+Green+Blue) = 175+192+20=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC014 is #503FEB. Grayscale: #A7A7A7. Windows color (decimal): -5259244 or 1360047. OLE color: 1360047.

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

Color convert

RGB 175 192 20 -
CMYK 0.09 0 0.90 0.25
HSL 65.93º 0.81% 0.42% -
HSV(B) 65.93º 0.9% 0.75% -
XYZ 36.66 46.86 7.78 -
YUV 167.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 175 192 20 0.09 0 0.90 0.25 65.93 0.81 0.42
Hex AF C0 14 9 0 5A 19 42 51 2A
Octal 257 300 24 11 0 132 31 102 121 52
Binary 10101111 11000000 10100 1001 0 1011010 11001 1000010 1010001 101010

Color Harmonies of #AFC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC014

Black with #AFC014

Text Example


Text Example

White with #AFC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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