#A4C90E

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

Shades of Bahia #A4C90E

Tints of Bahia #A4C90E

Color information

#A4C90E (or 0xA4C90E) is unknown color: approx Bahia. HEX triplet: A4, C9 and 0E. RGB value is (164,201,14). Sum of RGB (Red+Green+Blue) = 164+201+14=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C90E is #5B36F1. Grayscale: #A9A9A9. Windows color (decimal): -5977842 or 969124. OLE color: 969124.

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

Color convert

RGB16420114-
CMYK0.1800.930.21
HSL71.87º86.98%42.16%-
HSV(B)71.87º93.03%78.82%-
XYZ36.2849.78.1-
YUV168.6240.74124.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 201 (78.91% from 255) = 53.03%
BLUE value IS 14 (5.86% from 255) = 3.69%
R=43.27%
G=53.03%
B=3.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164201140.1800.930.2171.8786.9842.16
HexA4C9E1205D1548572a
Octal244311162201352511012752
Binary1010010011001001111010010010111011010110010001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C90E; }

 p { color: rgb(164,201,14); }

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

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

 a { background-color: rgb(164,201,14); }

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

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

 span { border-color: rgb(164,201,14); }

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