Html Css Color HEX #9BE696 Granny Smith Apple

📋 copy color: '#9BE696'

red 155 ◦ green 230 ◦ blue 150

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

Shades of Granny Smith Apple #9BE696

Tints of Granny Smith Apple #9BE696

RGB

 RED value IS 155 (60.94% from 255) = 28.97%

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

 BLUE value IS 150 (58.98% from 255) = 28.04%

R = 28.97%
G = 42.99%
B = 28.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#9BE696 (or 0x9BE696) is known color: Granny Smith Apple. HEX triplet: 9B, E6 and 96. RGB value is (155,230,150). Sum of RGB (Red+Green+Blue) = 155+230+150=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE696 is #641969. Grayscale: #C6C6C6. Windows color (decimal): -6560106 or 9889435. OLE color: 9889435.

HSL color Cylindrical-coordinate representation of color #9BE696: hue angle of 116.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BE696 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 230 150 -
CMYK 0.33 0 0.35 0.10
HSL 116.25º 0.62% 0.75% -
HSV(B) 116.25º 0.35% 0.9% -
XYZ 47.32 65.76 39.05 -
YUV 198.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 155 230 150 0.33 0 0.35 0.10 116.25 0.62 0.75
Hex 9B E6 96 21 0 23 A 74 3E 4B
Octal 233 346 226 41 0 43 12 164 76 113
Binary 10011011 11100110 10010110 100001 0 100011 1010 1110100 111110 1001011

Color Harmonies of #9BE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE696

Black with #9BE696

Text Example


Text Example

White with #9BE696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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