Html Css Color HEX #A8C60E Bahia

📋 copy color: '#A8C60E'

red 168 ◦ green 198 ◦ blue 14

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

Shades of Bahia #A8C60E

Tints of Bahia #A8C60E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.11%

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 44.21%
G = 52.11%
B = 3.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#A8C60E (or 0xA8C60E) is known color: Bahia. HEX triplet: A8, C6 and 0E. RGB value is (168,198,14). Sum of RGB (Red+Green+Blue) = 168+198+14=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C60E is #5739F1. Grayscale: #A8A8A8. Windows color (decimal): -5716466 or 968360. OLE color: 968360.

HSL color Cylindrical-coordinate representation of color #A8C60E: hue angle of 69.78º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8C60E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 14 -
CMYK 0.15 0 0.93 0.22
HSL 69.78º 0.87% 0.42% -
HSV(B) 69.78º 0.93% 0.78% -
XYZ 36.42 48.74 7.9 -
YUV 168.05 41.06 127.96 -
System Red Green Blue C M Y K H S L
Decimal 168 198 14 0.15 0 0.93 0.22 69.78 0.87 0.42
Hex A8 C6 E F 0 5D 16 46 57 2A
Octal 250 306 16 17 0 135 26 106 127 52
Binary 10101000 11000110 1110 1111 0 1011101 10110 1000110 1010111 101010

Color Harmonies of #A8C60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C60E

Black with #A8C60E

Text Example


Text Example

White with #A8C60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C60E; }

 p { color: rgb(168,198,14); }

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

background-color css

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

 a { background-color: rgb(168,198,14); }

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

border-color css

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

 span { border-color: rgb(168,198,14); }

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