Html Css Color HEX #96E68B Granny Smith Apple

📋 copy color: '#96E68B'

red 150 ◦ green 230 ◦ blue 139

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

Shades of Granny Smith Apple #96E68B

Tints of Granny Smith Apple #96E68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 28.9%
G = 44.32%
B = 26.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#96E68B (or 0x96E68B) is known color: Granny Smith Apple. HEX triplet: 96, E6 and 8B. RGB value is (150,230,139). Sum of RGB (Red+Green+Blue) = 150+230+139=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #96E68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E68B is #691974. Grayscale: #C3C3C3. Windows color (decimal): -6887797 or 9168534. OLE color: 9168534.

HSL color Cylindrical-coordinate representation of color #96E68B: hue angle of 112.75º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E68B is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 230 139 -
CMYK 0.35 0 0.40 0.10
HSL 112.75º 0.65% 0.72% -
HSV(B) 112.75º 0.4% 0.9% -
XYZ 45.53 64.94 34.56 -
YUV 195.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 150 230 139 0.35 0 0.40 0.10 112.75 0.65 0.72
Hex 96 E6 8B 23 0 28 A 71 41 48
Octal 226 346 213 43 0 50 12 161 101 110
Binary 10010110 11100110 10001011 100011 0 101000 1010 1110001 1000001 1001000

Color Harmonies of #96E68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E68B

Black with #96E68B

Text Example


Text Example

White with #96E68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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