Html Css Color HEX #9EEF80 Granny Smith Apple

📋 copy color: '#9EEF80'

red 158 ◦ green 239 ◦ blue 128

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

Shades of Granny Smith Apple #9EEF80

Tints of Granny Smith Apple #9EEF80

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.52%

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

R = 30.1%
G = 45.52%
B = 24.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#9EEF80 (or 0x9EEF80) is known color: Granny Smith Apple. HEX triplet: 9E, EF and 80. RGB value is (158,239,128). Sum of RGB (Red+Green+Blue) = 158+239+128=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEF80 is #61107F. Grayscale: #CACACA. Windows color (decimal): -6361216 or 8449950. OLE color: 8449950.

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

Color convert

RGB 158 239 128 -
CMYK 0.34 0 0.46 0.06
HSL 103.78º 0.78% 0.72% -
HSV(B) 103.78º 0.46% 0.94% -
XYZ 48.86 70.56 31.47 -
YUV 202.13 86.16 96.53 -
System Red Green Blue C M Y K H S L
Decimal 158 239 128 0.34 0 0.46 0.06 103.78 0.78 0.72
Hex 9E EF 80 22 0 2E 6 68 4E 48
Octal 236 357 200 42 0 56 6 150 116 110
Binary 10011110 11101111 10000000 100010 0 101110 110 1101000 1001110 1001000

Color Harmonies of #9EEF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEF80

Black with #9EEF80

Text Example


Text Example

White with #9EEF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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