Html Css Color HEX #9ED219 Bahia

📋 copy color: '#9ED219'

red 158 ◦ green 210 ◦ blue 25

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

Shades of Bahia #9ED219

Tints of Bahia #9ED219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 40.2%
G = 53.44%
B = 6.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#9ED219 (or 0x9ED219) is known color: Bahia. HEX triplet: 9E, D2 and 19. RGB value is (158,210,25). Sum of RGB (Red+Green+Blue) = 158+210+25=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED219 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED219 is #612DE6. Grayscale: #AEAEAE. Windows color (decimal): -6368743 or 1692318. OLE color: 1692318.

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

Color convert

RGB 158 210 25 -
CMYK 0.25 0 0.88 0.18
HSL 76.86º 0.79% 0.46% -
HSV(B) 76.86º 0.88% 0.82% -
XYZ 37.32 53.43 9.27 -
YUV 173.36 44.27 117.04 -
System Red Green Blue C M Y K H S L
Decimal 158 210 25 0.25 0 0.88 0.18 76.86 0.79 0.46
Hex 9E D2 19 19 0 58 12 4D 4F 2E
Octal 236 322 31 31 0 130 22 115 117 56
Binary 10011110 11010010 11001 11001 0 1011000 10010 1001101 1001111 101110

Color Harmonies of #9ED219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED219

Black with #9ED219

Text Example


Text Example

White with #9ED219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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