Html Css Color HEX #95D98E Granny Smith Apple

📋 copy color: '#95D98E'

red 149 ◦ green 217 ◦ blue 142

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

Shades of Granny Smith Apple #95D98E

Tints of Granny Smith Apple #95D98E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.72%

 BLUE value IS 142 (55.86% from 255) = 27.95%

R = 29.33%
G = 42.72%
B = 27.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#95D98E (or 0x95D98E) is known color: Granny Smith Apple. HEX triplet: 95, D9 and 8E. RGB value is (149,217,142). Sum of RGB (Red+Green+Blue) = 149+217+142=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #95D98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D98E is #6A2671. Grayscale: #BCBCBC. Windows color (decimal): -6956658 or 9361813. OLE color: 9361813.

HSL color Cylindrical-coordinate representation of color #95D98E: hue angle of 114.4º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95D98E is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 217 142 -
CMYK 0.31 0 0.35 0.15
HSL 114.4º 0.5% 0.7% -
HSV(B) 114.4º 0.35% 0.85% -
XYZ 42.09 57.97 34.56 -
YUV 188.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 149 217 142 0.31 0 0.35 0.15 114.4 0.5 0.7
Hex 95 D9 8E 1F 0 23 F 72 32 46
Octal 225 331 216 37 0 43 17 162 62 106
Binary 10010101 11011001 10001110 11111 0 100011 1111 1110010 110010 1000110

Color Harmonies of #95D98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D98E

Black with #95D98E

Text Example


Text Example

White with #95D98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,217,142); }

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

background-color css

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

 a { background-color: rgb(149,217,142); }

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

border-color css

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

 span { border-color: rgb(149,217,142); }

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