Html Css Color HEX #9ED013 Bahia

📋 copy color: '#9ED013'

red 158 ◦ green 208 ◦ blue 19

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

Shades of Bahia #9ED013

Tints of Bahia #9ED013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.03%

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

R = 41.04%
G = 54.03%
B = 4.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#9ED013 (or 0x9ED013) is known color: Bahia. HEX triplet: 9E, D0 and 13. RGB value is (158,208,19). Sum of RGB (Red+Green+Blue) = 158+208+19=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED013 is #612FEC. Grayscale: #ACACAC. Windows color (decimal): -6369261 or 1298590. OLE color: 1298590.

HSL color Cylindrical-coordinate representation of color #9ED013: hue angle of 75.87º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ED013 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 19 -
CMYK 0.24 0 0.91 0.18
HSL 75.87º 0.83% 0.45% -
HSV(B) 75.87º 0.91% 0.82% -
XYZ 36.77 52.43 8.8 -
YUV 171.5 41.94 118.37 -
System Red Green Blue C M Y K H S L
Decimal 158 208 19 0.24 0 0.91 0.18 75.87 0.83 0.45
Hex 9E D0 13 18 0 5B 12 4C 53 2D
Octal 236 320 23 30 0 133 22 114 123 55
Binary 10011110 11010000 10011 11000 0 1011011 10010 1001100 1010011 101101

Color Harmonies of #9ED013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED013

Black with #9ED013

Text Example


Text Example

White with #9ED013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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