Html Css Color HEX #95E096 Granny Smith Apple

📋 copy color: '#95E096'

red 149 ◦ green 224 ◦ blue 150

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

Shades of Granny Smith Apple #95E096

Tints of Granny Smith Apple #95E096

RGB

 RED value IS 149 (58.59% from 255) = 28.49%

 GREEN value IS 224 (87.89% from 255) = 42.83%

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

R = 28.49%
G = 42.83%
B = 28.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#95E096 (or 0x95E096) is known color: Granny Smith Apple. HEX triplet: 95, E0 and 96. RGB value is (149,224,150). Sum of RGB (Red+Green+Blue) = 149+224+150=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #95E096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E096 is #6A1F69. Grayscale: #C1C1C1. Windows color (decimal): -6954858 or 9887893. OLE color: 9887893.

HSL color Cylindrical-coordinate representation of color #95E096: hue angle of 120.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E096 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 150 -
CMYK 0.33 0 0.33 0.12
HSL 120.8º 0.55% 0.73% -
HSV(B) 120.8º 0.33% 0.88% -
XYZ 44.56 61.9 38.45 -
YUV 193.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 149 224 150 0.33 0 0.33 0.12 120.8 0.55 0.73
Hex 95 E0 96 21 0 21 C 79 37 49
Octal 225 340 226 41 0 41 14 171 67 111
Binary 10010101 11100000 10010110 100001 0 100001 1100 1111001 110111 1001001

Color Harmonies of #95E096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E096

Black with #95E096

Text Example


Text Example

White with #95E096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95E096; }

 p { color: rgb(149,224,150); }

 H1.HeaderClassName
 {
   color: #95E096;
 }
 .AnyTagClassName
 {
   color: #95E096;
 }
</style>

background-color css

<style>
 a { background-color: #95E096; }

 a { background-color: rgb(149,224,150); }

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

border-color css

<style>
 span { border-color: #95E096; }

 span { border-color: rgb(149,224,150); }

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