Html Css Color HEX #9ECD13 Bahia

📋 copy color: '#9ECD13'

red 158 ◦ green 205 ◦ blue 19

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

Shades of Bahia #9ECD13

Tints of Bahia #9ECD13

RGB

 RED value IS 158 (62.11% from 255) = 41.36%

 GREEN value IS 205 (80.47% from 255) = 53.66%

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 41.36%
G = 53.66%
B = 4.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#9ECD13 (or 0x9ECD13) is known color: Bahia. HEX triplet: 9E, CD and 13. RGB value is (158,205,19). Sum of RGB (Red+Green+Blue) = 158+205+19=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECD13 is #6132EC. Grayscale: #AAAAAA. Windows color (decimal): -6370029 or 1297822. OLE color: 1297822.

HSL color Cylindrical-coordinate representation of color #9ECD13: hue angle of 75.16º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ECD13 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 205 19 -
CMYK 0.23 0 0.91 0.20
HSL 75.16º 0.83% 0.44% -
HSV(B) 75.16º 0.91% 0.8% -
XYZ 36.05 50.98 8.56 -
YUV 169.74 42.93 119.62 -
System Red Green Blue C M Y K H S L
Decimal 158 205 19 0.23 0 0.91 0.20 75.16 0.83 0.44
Hex 9E CD 13 17 0 5B 14 4B 53 2C
Octal 236 315 23 27 0 133 24 113 123 54
Binary 10011110 11001101 10011 10111 0 1011011 10100 1001011 1010011 101100

Color Harmonies of #9ECD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECD13

Black with #9ECD13

Text Example


Text Example

White with #9ECD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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