Html Css Color HEX #A8C114 Bahia

📋 copy color: '#A8C114'

red 168 ◦ green 193 ◦ blue 20

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

Shades of Bahia #A8C114

Tints of Bahia #A8C114

RGB

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

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

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

R = 44.09%
G = 50.66%
B = 5.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#A8C114 (or 0xA8C114) is known color: Bahia. HEX triplet: A8, C1 and 14. RGB value is (168,193,20). Sum of RGB (Red+Green+Blue) = 168+193+20=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C114 is #573EEB. Grayscale: #A6A6A6. Windows color (decimal): -5717740 or 1360296. OLE color: 1360296.

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

Color convert

RGB 168 193 20 -
CMYK 0.13 0 0.90 0.24
HSL 68.67º 0.81% 0.42% -
HSV(B) 68.67º 0.9% 0.76% -
XYZ 35.34 46.52 7.78 -
YUV 165.8 45.72 129.57 -
System Red Green Blue C M Y K H S L
Decimal 168 193 20 0.13 0 0.90 0.24 68.67 0.81 0.42
Hex A8 C1 14 D 0 5A 18 45 51 2A
Octal 250 301 24 15 0 132 30 105 121 52
Binary 10101000 11000001 10100 1101 0 1011010 11000 1000101 1010001 101010

Color Harmonies of #A8C114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C114

Black with #A8C114

Text Example


Text Example

White with #A8C114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C114; }

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

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

background-color css

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

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

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

border-color css

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

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

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