Html Css Color HEX #96E68D Granny Smith Apple

📋 copy color: '#96E68D'

red 150 ◦ green 230 ◦ blue 141

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

Shades of Granny Smith Apple #96E68D

Tints of Granny Smith Apple #96E68D

RGB

 RED value IS 150 (58.98% from 255) = 28.79%

 GREEN value IS 230 (90.23% from 255) = 44.15%

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 28.79%
G = 44.15%
B = 27.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#96E68D (or 0x96E68D) is known color: Granny Smith Apple. HEX triplet: 96, E6 and 8D. RGB value is (150,230,141). Sum of RGB (Red+Green+Blue) = 150+230+141=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #96E68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E68D is #691972. Grayscale: #C4C4C4. Windows color (decimal): -6887795 or 9299606. OLE color: 9299606.

HSL color Cylindrical-coordinate representation of color #96E68D: hue angle of 113.93º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96E68D is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 230 141 -
CMYK 0.35 0 0.39 0.10
HSL 113.93º 0.64% 0.73% -
HSV(B) 113.93º 0.39% 0.9% -
XYZ 45.68 65 35.34 -
YUV 195.93 97 95.24 -
System Red Green Blue C M Y K H S L
Decimal 150 230 141 0.35 0 0.39 0.10 113.93 0.64 0.73
Hex 96 E6 8D 23 0 27 A 72 40 49
Octal 226 346 215 43 0 47 12 162 100 111
Binary 10010110 11100110 10001101 100011 0 100111 1010 1110010 1000000 1001001

Color Harmonies of #96E68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E68D

Black with #96E68D

Text Example


Text Example

White with #96E68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E68D; }

 p { color: rgb(150,230,141); }

 H1.HeaderClassName
 {
   color: #96E68D;
 }
 .AnyTagClassName
 {
   color: #96E68D;
 }
</style>

background-color css

<style>
 a { background-color: #96E68D; }

 a { background-color: rgb(150,230,141); }

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

border-color css

<style>
 span { border-color: #96E68D; }

 span { border-color: rgb(150,230,141); }

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