Html Css Color HEX #A8C112 Bahia

📋 copy color: '#A8C112'

red 168 ◦ green 193 ◦ blue 18

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

Shades of Bahia #A8C112

Tints of Bahia #A8C112

RGB

 RED value IS 168 (66.02% from 255) = 44.33%

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

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

R = 44.33%
G = 50.92%
B = 4.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#A8C112 (or 0xA8C112) is known color: Bahia. HEX triplet: A8, C1 and 12. RGB value is (168,193,18). Sum of RGB (Red+Green+Blue) = 168+193+18=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C112 is #573EED. Grayscale: #A6A6A6. Windows color (decimal): -5717742 or 1229224. OLE color: 1229224.

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

Color convert

RGB 168 193 18 -
CMYK 0.13 0 0.91 0.24
HSL 68.57º 0.83% 0.41% -
HSV(B) 68.57º 0.91% 0.76% -
XYZ 35.33 46.51 7.69 -
YUV 165.58 44.72 129.73 -
System Red Green Blue C M Y K H S L
Decimal 168 193 18 0.13 0 0.91 0.24 68.57 0.83 0.41
Hex A8 C1 12 D 0 5B 18 45 53 29
Octal 250 301 22 15 0 133 30 105 123 51
Binary 10101000 11000001 10010 1101 0 1011011 11000 1000101 1010011 101001

Color Harmonies of #A8C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C112

Black with #A8C112

Text Example


Text Example

White with #A8C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C112; }

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

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

background-color css

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

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

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

border-color css

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

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

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