Html Css Color HEX #9ED21A Bahia

📋 copy color: '#9ED21A'

red 158 ◦ green 210 ◦ blue 26

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

Shades of Bahia #9ED21A

Tints of Bahia #9ED21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.6%

R = 40.1%
G = 53.3%
B = 6.6%

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

#9ED21A (or 0x9ED21A) is known color: Bahia. HEX triplet: 9E, D2 and 1A. RGB value is (158,210,26). Sum of RGB (Red+Green+Blue) = 158+210+26=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED21A is #612DE5. Grayscale: #AEAEAE. Windows color (decimal): -6368742 or 1757854. OLE color: 1757854.

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

Color convert

RGB 158 210 26 -
CMYK 0.25 0 0.88 0.18
HSL 76.96º 0.78% 0.46% -
HSV(B) 76.96º 0.88% 0.82% -
XYZ 37.33 53.44 9.32 -
YUV 173.48 44.77 116.96 -
System Red Green Blue C M Y K H S L
Decimal 158 210 26 0.25 0 0.88 0.18 76.96 0.78 0.46
Hex 9E D2 1A 19 0 58 12 4D 4E 2E
Octal 236 322 32 31 0 130 22 115 116 56
Binary 10011110 11010010 11010 11001 0 1011000 10010 1001101 1001110 101110

Color Harmonies of #9ED21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED21A

Black with #9ED21A

Text Example


Text Example

White with #9ED21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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