Html Css Color HEX #9EF085 Granny Smith Apple

📋 copy color: '#9EF085'

red 158 ◦ green 240 ◦ blue 133

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

Shades of Granny Smith Apple #9EF085

Tints of Granny Smith Apple #9EF085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.05%

R = 29.76%
G = 45.2%
B = 25.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#9EF085 (or 0x9EF085) is known color: Granny Smith Apple. HEX triplet: 9E, F0 and 85. RGB value is (158,240,133). Sum of RGB (Red+Green+Blue) = 158+240+133=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF085 is #610F7A. Grayscale: #CBCBCB. Windows color (decimal): -6360955 or 8777886. OLE color: 8777886.

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

Color convert

RGB 158 240 133 -
CMYK 0.34 0 0.45 0.06
HSL 105.98º 0.78% 0.73% -
HSV(B) 105.98º 0.45% 0.94% -
XYZ 49.49 71.28 33.34 -
YUV 203.28 88.33 95.7 -
System Red Green Blue C M Y K H S L
Decimal 158 240 133 0.34 0 0.45 0.06 105.98 0.78 0.73
Hex 9E F0 85 22 0 2D 6 6A 4E 49
Octal 236 360 205 42 0 55 6 152 116 111
Binary 10011110 11110000 10000101 100010 0 101101 110 1101010 1001110 1001001

Color Harmonies of #9EF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF085

Black with #9EF085

Text Example


Text Example

White with #9EF085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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