Html Css Color HEX #9FF085 Granny Smith Apple

📋 copy color: '#9FF085'

red 159 ◦ green 240 ◦ blue 133

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

Shades of Granny Smith Apple #9FF085

Tints of Granny Smith Apple #9FF085

RGB

 RED value IS 159 (62.5% from 255) = 29.89%

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

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

R = 29.89%
G = 45.11%
B = 25%

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

#9FF085 (or 0x9FF085) is known color: Granny Smith Apple. HEX triplet: 9F, F0 and 85. RGB value is (159,240,133). Sum of RGB (Red+Green+Blue) = 159+240+133=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF085 is #600F7A. Grayscale: #CBCBCB. Windows color (decimal): -6295419 or 8777887. OLE color: 8777887.

HSL color Cylindrical-coordinate representation of color #9FF085: hue angle of 105.42º 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 #9FF085 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 240 133 -
CMYK 0.34 0 0.45 0.06
HSL 105.42º 0.78% 0.73% -
HSV(B) 105.42º 0.45% 0.94% -
XYZ 49.69 71.38 33.35 -
YUV 203.58 88.16 96.2 -
System Red Green Blue C M Y K H S L
Decimal 159 240 133 0.34 0 0.45 0.06 105.42 0.78 0.73
Hex 9F F0 85 22 0 2D 6 69 4E 49
Octal 237 360 205 42 0 55 6 151 116 111
Binary 10011111 11110000 10000101 100010 0 101101 110 1101001 1001110 1001001

Color Harmonies of #9FF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF085

Black with #9FF085

Text Example


Text Example

White with #9FF085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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