Html Css Color HEX #9ED00E Bahia

📋 copy color: '#9ED00E'

red 158 ◦ green 208 ◦ blue 14

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

Shades of Bahia #9ED00E

Tints of Bahia #9ED00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 41.58%
G = 54.74%
B = 3.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#9ED00E (or 0x9ED00E) is known color: Bahia. HEX triplet: 9E, D0 and 0E. RGB value is (158,208,14). Sum of RGB (Red+Green+Blue) = 158+208+14=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED00E is #612FF1. Grayscale: #ABABAB. Windows color (decimal): -6369266 or 970910. OLE color: 970910.

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

Color convert

RGB 158 208 14 -
CMYK 0.24 0 0.93 0.18
HSL 75.46º 0.87% 0.44% -
HSV(B) 75.46º 0.93% 0.82% -
XYZ 36.74 52.41 8.6 -
YUV 170.93 39.44 118.77 -
System Red Green Blue C M Y K H S L
Decimal 158 208 14 0.24 0 0.93 0.18 75.46 0.87 0.44
Hex 9E D0 E 18 0 5D 12 4B 57 2C
Octal 236 320 16 30 0 135 22 113 127 54
Binary 10011110 11010000 1110 11000 0 1011101 10010 1001011 1010111 101100

Color Harmonies of #9ED00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED00E

Black with #9ED00E

Text Example


Text Example

White with #9ED00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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