#9ECA13

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

Shades of Bahia #9ECA13

Tints of Bahia #9ECA13

Color information

#9ECA13 (or 0x9ECA13) is unknown color: approx Bahia. HEX triplet: 9E, CA and 13. RGB value is (158,202,19). Sum of RGB (Red+Green+Blue) = 158+202+19=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECA13 is #6135EC. Grayscale: #A8A8A8. Windows color (decimal): -6370797 or 1297054. OLE color: 1297054.

HSL color Cylindrical-coordinate representation of color #9ECA13: hue angle of 74.43º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ECA13 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB15820219-
CMYK0.2200.910.21
HSL74.43º82.81%43.33%-
HSV(B)74.43º90.59%79.22%-
XYZ35.3449.568.32-
YUV167.9843.92120.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.69%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 19 (7.81% from 255) = 5.01%
R=41.69%
G=53.30%
B=5.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158202190.2200.910.2174.4382.8143.33
Hex9ECA131605B154a532b
Octal236312232601332511212353
Binary10011110110010101001110110010110111010110010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ECA13; }

 p { color: rgb(158,202,19); }

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

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

 a { background-color: rgb(158,202,19); }

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

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

 span { border-color: rgb(158,202,19); }

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