Html Css Color HEX #95D98B Granny Smith Apple

📋 copy color: '#95D98B'

red 149 ◦ green 217 ◦ blue 139

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

Shades of Granny Smith Apple #95D98B

Tints of Granny Smith Apple #95D98B

RGB

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

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

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

R = 29.5%
G = 42.97%
B = 27.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#95D98B (or 0x95D98B) is known color: Granny Smith Apple. HEX triplet: 95, D9 and 8B. RGB value is (149,217,139). Sum of RGB (Red+Green+Blue) = 149+217+139=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #95D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D98B is #6A2674. Grayscale: #BCBCBC. Windows color (decimal): -6956661 or 9165205. OLE color: 9165205.

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

Color convert

RGB 149 217 139 -
CMYK 0.31 0 0.36 0.15
HSL 112.31º 0.51% 0.7% -
HSV(B) 112.31º 0.36% 0.85% -
XYZ 41.87 57.88 33.39 -
YUV 187.78 100.47 100.34 -
System Red Green Blue C M Y K H S L
Decimal 149 217 139 0.31 0 0.36 0.15 112.31 0.51 0.7
Hex 95 D9 8B 1F 0 24 F 70 33 46
Octal 225 331 213 37 0 44 17 160 63 106
Binary 10010101 11011001 10001011 11111 0 100100 1111 1110000 110011 1000110

Color Harmonies of #95D98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D98B

Black with #95D98B

Text Example


Text Example

White with #95D98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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