Html Css Color HEX #9ED216 Bahia

📋 copy color: '#9ED216'

red 158 ◦ green 210 ◦ blue 22

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

Shades of Bahia #9ED216

Tints of Bahia #9ED216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.64%

R = 40.51%
G = 53.85%
B = 5.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#9ED216 (or 0x9ED216) is known color: Bahia. HEX triplet: 9E, D2 and 16. RGB value is (158,210,22). Sum of RGB (Red+Green+Blue) = 158+210+22=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED216 is #612DE9. Grayscale: #ADADAD. Windows color (decimal): -6368746 or 1495710. OLE color: 1495710.

HSL color Cylindrical-coordinate representation of color #9ED216: hue angle of 76.6º degrees, saturation: 0.81, 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 #9ED216 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 22 -
CMYK 0.25 0 0.90 0.18
HSL 76.6º 0.81% 0.45% -
HSV(B) 76.6º 0.9% 0.82% -
XYZ 37.29 53.42 9.1 -
YUV 173.02 42.77 117.29 -
System Red Green Blue C M Y K H S L
Decimal 158 210 22 0.25 0 0.90 0.18 76.6 0.81 0.45
Hex 9E D2 16 19 0 5A 12 4D 51 2D
Octal 236 322 26 31 0 132 22 115 121 55
Binary 10011110 11010010 10110 11001 0 1011010 10010 1001101 1010001 101101

Color Harmonies of #9ED216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED216

Black with #9ED216

Text Example


Text Example

White with #9ED216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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