Html Css Color HEX #A9C112 Bahia

📋 copy color: '#A9C112'

red 169 ◦ green 193 ◦ blue 18

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

Shades of Bahia #A9C112

Tints of Bahia #A9C112

RGB

 RED value IS 169 (66.41% from 255) = 44.47%

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

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

R = 44.47%
G = 50.79%
B = 4.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#A9C112 (or 0xA9C112) is known color: Bahia. HEX triplet: A9, C1 and 12. RGB value is (169,193,18). Sum of RGB (Red+Green+Blue) = 169+193+18=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C112 is #563EED. Grayscale: #A6A6A6. Windows color (decimal): -5652206 or 1229225. OLE color: 1229225.

HSL color Cylindrical-coordinate representation of color #A9C112: hue angle of 68.23º 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 #A9C112 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 193 18 -
CMYK 0.12 0 0.91 0.24
HSL 68.23º 0.83% 0.41% -
HSV(B) 68.23º 0.91% 0.76% -
XYZ 35.54 46.62 7.7 -
YUV 165.87 44.55 130.23 -
System Red Green Blue C M Y K H S L
Decimal 169 193 18 0.12 0 0.91 0.24 68.23 0.83 0.41
Hex A9 C1 12 C 0 5B 18 44 53 29
Octal 251 301 22 14 0 133 30 104 123 51
Binary 10101001 11000001 10010 1100 0 1011011 11000 1000100 1010011 101001

Color Harmonies of #A9C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C112

Black with #A9C112

Text Example


Text Example

White with #A9C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C112; }

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

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

background-color css

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

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

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

border-color css

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

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

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