Html Css Color HEX #9ED217 Bahia

📋 copy color: '#9ED217'

red 158 ◦ green 210 ◦ blue 23

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

Shades of Bahia #9ED217

Tints of Bahia #9ED217

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.71%

 BLUE value IS 23 (9.38% from 255) = 5.88%

R = 40.41%
G = 53.71%
B = 5.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#9ED217 (or 0x9ED217) is known color: Bahia. HEX triplet: 9E, D2 and 17. RGB value is (158,210,23). Sum of RGB (Red+Green+Blue) = 158+210+23=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED217 is #612DE8. Grayscale: #ADADAD. Windows color (decimal): -6368745 or 1561246. OLE color: 1561246.

HSL color Cylindrical-coordinate representation of color #9ED217: hue angle of 76.68º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9ED217 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 23 -
CMYK 0.25 0 0.89 0.18
HSL 76.68º 0.8% 0.46% -
HSV(B) 76.68º 0.89% 0.82% -
XYZ 37.3 53.42 9.16 -
YUV 173.13 43.27 117.21 -
System Red Green Blue C M Y K H S L
Decimal 158 210 23 0.25 0 0.89 0.18 76.68 0.8 0.46
Hex 9E D2 17 19 0 59 12 4D 50 2E
Octal 236 322 27 31 0 131 22 115 120 56
Binary 10011110 11010010 10111 11001 0 1011001 10010 1001101 1010000 101110

Color Harmonies of #9ED217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED217

Black with #9ED217

Text Example


Text Example

White with #9ED217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,210,23); }

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

background-color css

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

 a { background-color: rgb(158,210,23); }

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

border-color css

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

 span { border-color: rgb(158,210,23); }

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