Html Css Color HEX #95DB9A Granny Smith Apple

📋 copy color: '#95DB9A'

red 149 ◦ green 219 ◦ blue 154

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

Shades of Granny Smith Apple #95DB9A

Tints of Granny Smith Apple #95DB9A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.95%

 BLUE value IS 154 (60.55% from 255) = 29.5%

R = 28.54%
G = 41.95%
B = 29.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#95DB9A (or 0x95DB9A) is known color: Granny Smith Apple. HEX triplet: 95, DB and 9A. RGB value is (149,219,154). Sum of RGB (Red+Green+Blue) = 149+219+154=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB9A is #6A2465. Grayscale: #BEBEBE. Windows color (decimal): -6956134 or 10148757. OLE color: 10148757.

HSL color Cylindrical-coordinate representation of color #95DB9A: hue angle of 124.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DB9A is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 154 -
CMYK 0.32 0 0.30 0.14
HSL 124.29º 0.49% 0.72% -
HSV(B) 124.29º 0.32% 0.86% -
XYZ 43.56 59.39 39.74 -
YUV 190.66 107.31 98.29 -
System Red Green Blue C M Y K H S L
Decimal 149 219 154 0.32 0 0.30 0.14 124.29 0.49 0.72
Hex 95 DB 9A 20 0 1E E 7C 31 48
Octal 225 333 232 40 0 36 16 174 61 110
Binary 10010101 11011011 10011010 100000 0 11110 1110 1111100 110001 1001000

Color Harmonies of #95DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB9A

Black with #95DB9A

Text Example


Text Example

White with #95DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,219,154); }

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

background-color css

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

 a { background-color: rgb(149,219,154); }

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

border-color css

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

 span { border-color: rgb(149,219,154); }

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