Html Css Color HEX #9EE482 Feijoa

📋 copy color: '#9EE482'

red 158 ◦ green 228 ◦ blue 130

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

Shades of Feijoa #9EE482

Tints of Feijoa #9EE482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.19%

 BLUE value IS 130 (51.17% from 255) = 25.19%

R = 30.62%
G = 44.19%
B = 25.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#9EE482 (or 0x9EE482) is known color: Feijoa. HEX triplet: 9E, E4 and 82. RGB value is (158,228,130). Sum of RGB (Red+Green+Blue) = 158+228+130=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE482 is #611B7D. Grayscale: #C4C4C4. Windows color (decimal): -6364030 or 8578206. OLE color: 8578206.

HSL color Cylindrical-coordinate representation of color #9EE482: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EE482 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 228 130 -
CMYK 0.31 0 0.43 0.11
HSL 102.86º 0.64% 0.7% -
HSV(B) 102.86º 0.43% 0.89% -
XYZ 45.87 64.37 31.13 -
YUV 195.9 90.81 100.97 -
System Red Green Blue C M Y K H S L
Decimal 158 228 130 0.31 0 0.43 0.11 102.86 0.64 0.7
Hex 9E E4 82 1F 0 2B B 67 40 46
Octal 236 344 202 37 0 53 13 147 100 106
Binary 10011110 11100100 10000010 11111 0 101011 1011 1100111 1000000 1000110

Color Harmonies of #9EE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE482

Black with #9EE482

Text Example


Text Example

White with #9EE482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,228,130); }

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

background-color css

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

 a { background-color: rgb(158,228,130); }

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

border-color css

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

 span { border-color: rgb(158,228,130); }

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