#A8C41E

Color #A8C41E Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A8C41E

Tints of Bahia #A8C41E

Color information

#A8C41E (or 0xA8C41E) is unknown color: approx Bahia. HEX triplet: A8, C4 and 1E. RGB value is (168,196,30). Sum of RGB (Red+Green+Blue) = 168+196+30=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C41E is #573BE1. Grayscale: #A9A9A9. Windows color (decimal): -5716962 or 2016424. OLE color: 2016424.

HSL color Cylindrical-coordinate representation of color #A8C41E: hue angle of 70.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8C41E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB16819630-
CMYK0.1400.850.23
HSL70.12º73.45%44.31%-
HSV(B)70.12º84.69%76.86%-
XYZ36.1247.98.57-
YUV168.749.72127.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 196 (76.95% from 255) = 49.75%
BLUE value IS 30 (12.11% from 255) = 7.61%
R=42.64%
G=49.75%
B=7.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168196300.1400.850.2370.1273.4544.31
HexA8C41EE0551746492c
Octal250304361601252710611154
Binary1010100011000100111101110010101011011110001101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C41E; }

 p { color: rgb(168,196,30); }

 H1.HeaderClassName
 {
   color: #A8C41E;
 }
 .AnyTagClassName
 {
   color: #A8C41E;
 }
</style>
background-color css

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

 a { background-color: rgb(168,196,30); }

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

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

 span { border-color: rgb(168,196,30); }

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