Html Css Color HEX #9ED014 Bahia

📋 copy color: '#9ED014'

red 158 ◦ green 208 ◦ blue 20

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

Shades of Bahia #9ED014

Tints of Bahia #9ED014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 40.93%
G = 53.89%
B = 5.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#9ED014 (or 0x9ED014) is known color: Bahia. HEX triplet: 9E, D0 and 14. RGB value is (158,208,20). Sum of RGB (Red+Green+Blue) = 158+208+20=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED014 is #612FEB. Grayscale: #ACACAC. Windows color (decimal): -6369260 or 1364126. OLE color: 1364126.

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

Color convert

RGB 158 208 20 -
CMYK 0.24 0 0.90 0.18
HSL 75.96º 0.82% 0.45% -
HSV(B) 75.96º 0.9% 0.82% -
XYZ 36.78 52.43 8.84 -
YUV 171.62 42.44 118.29 -
System Red Green Blue C M Y K H S L
Decimal 158 208 20 0.24 0 0.90 0.18 75.96 0.82 0.45
Hex 9E D0 14 18 0 5A 12 4C 52 2D
Octal 236 320 24 30 0 132 22 114 122 55
Binary 10011110 11010000 10100 11000 0 1011010 10010 1001100 1010010 101101

Color Harmonies of #9ED014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED014

Black with #9ED014

Text Example


Text Example

White with #9ED014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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