Html Css Color HEX #9FF282 Granny Smith Apple

📋 copy color: '#9FF282'

red 159 ◦ green 242 ◦ blue 130

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

Shades of Granny Smith Apple #9FF282

Tints of Granny Smith Apple #9FF282

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.57%

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

R = 29.94%
G = 45.57%
B = 24.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#9FF282 (or 0x9FF282) is known color: Granny Smith Apple. HEX triplet: 9F, F2 and 82. RGB value is (159,242,130). Sum of RGB (Red+Green+Blue) = 159+242+130=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF282 is #600D7D. Grayscale: #CCCCCC. Windows color (decimal): -6294910 or 8581791. OLE color: 8581791.

HSL color Cylindrical-coordinate representation of color #9FF282: hue angle of 104.46º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FF282 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 242 130 -
CMYK 0.34 0 0.46 0.05
HSL 104.46º 0.81% 0.73% -
HSV(B) 104.46º 0.46% 0.95% -
XYZ 50.08 72.49 32.47 -
YUV 204.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 159 242 130 0.34 0 0.46 0.05 104.46 0.81 0.73
Hex 9F F2 82 22 0 2E 5 68 51 49
Octal 237 362 202 42 0 56 5 150 121 111
Binary 10011111 11110010 10000010 100010 0 101110 101 1101000 1010001 1001001

Color Harmonies of #9FF282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF282

Black with #9FF282

Text Example


Text Example

White with #9FF282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,130); }

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

background-color css

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

 a { background-color: rgb(159,242,130); }

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

border-color css

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

 span { border-color: rgb(159,242,130); }

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