Html Css Color HEX #9EF080 Granny Smith Apple

📋 copy color: '#9EF080'

red 158 ◦ green 240 ◦ blue 128

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

Shades of Granny Smith Apple #9EF080

Tints of Granny Smith Apple #9EF080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.63%

 BLUE value IS 128 (50.39% from 255) = 24.33%

R = 30.04%
G = 45.63%
B = 24.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#9EF080 (or 0x9EF080) is known color: Granny Smith Apple. HEX triplet: 9E, F0 and 80. RGB value is (158,240,128). Sum of RGB (Red+Green+Blue) = 158+240+128=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF080 is #610F7F. Grayscale: #CBCBCB. Windows color (decimal): -6360960 or 8450206. OLE color: 8450206.

HSL color Cylindrical-coordinate representation of color #9EF080: hue angle of 103.93º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EF080 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 240 128 -
CMYK 0.34 0 0.47 0.06
HSL 103.93º 0.79% 0.72% -
HSV(B) 103.93º 0.47% 0.94% -
XYZ 49.16 71.15 31.56 -
YUV 202.71 85.83 96.11 -
System Red Green Blue C M Y K H S L
Decimal 158 240 128 0.34 0 0.47 0.06 103.93 0.79 0.72
Hex 9E F0 80 22 0 2F 6 68 4F 48
Octal 236 360 200 42 0 57 6 150 117 110
Binary 10011110 11110000 10000000 100010 0 101111 110 1101000 1001111 1001000

Color Harmonies of #9EF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF080

Black with #9EF080

Text Example


Text Example

White with #9EF080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,240,128); }

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

background-color css

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

 a { background-color: rgb(158,240,128); }

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

border-color css

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

 span { border-color: rgb(158,240,128); }

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