Html Css Color HEX #AFC112 Bahia

📋 copy color: '#AFC112'

red 175 ◦ green 193 ◦ blue 18

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

Shades of Bahia #AFC112

Tints of Bahia #AFC112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 45.34%
G = 50%
B = 4.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#AFC112 (or 0xAFC112) is known color: Bahia. HEX triplet: AF, C1 and 12. RGB value is (175,193,18). Sum of RGB (Red+Green+Blue) = 175+193+18=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC112 is #503EED. Grayscale: #A8A8A8. Windows color (decimal): -5258990 or 1229231. OLE color: 1229231.

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

Color convert

RGB 175 193 18 -
CMYK 0.09 0 0.91 0.24
HSL 66.17º 0.83% 0.41% -
HSV(B) 66.17º 0.91% 0.76% -
XYZ 36.86 47.3 7.76 -
YUV 167.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 175 193 18 0.09 0 0.91 0.24 66.17 0.83 0.41
Hex AF C1 12 9 0 5B 18 42 53 29
Octal 257 301 22 11 0 133 30 102 123 51
Binary 10101111 11000001 10010 1001 0 1011011 11000 1000010 1010011 101001

Color Harmonies of #AFC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC112

Black with #AFC112

Text Example


Text Example

White with #AFC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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