Html Css Color HEX #95E095 Granny Smith Apple

📋 copy color: '#95E095'

red 149 ◦ green 224 ◦ blue 149

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

Shades of Granny Smith Apple #95E095

Tints of Granny Smith Apple #95E095

RGB

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

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

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

R = 28.54%
G = 42.91%
B = 28.54%

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

#95E095 (or 0x95E095) is known color: Granny Smith Apple. HEX triplet: 95, E0 and 95. RGB value is (149,224,149). Sum of RGB (Red+Green+Blue) = 149+224+149=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #95E095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E095 is #6A1F6A. Grayscale: #C1C1C1. Windows color (decimal): -6954859 or 9822357. OLE color: 9822357.

HSL color Cylindrical-coordinate representation of color #95E095: hue angle of 120º 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 #95E095 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 149 -
CMYK 0.33 0 0.33 0.12
HSL 120º 0.55% 0.73% -
HSV(B) 120º 0.33% 0.88% -
XYZ 44.47 61.87 38.03 -
YUV 193.03 103.15 96.6 -
System Red Green Blue C M Y K H S L
Decimal 149 224 149 0.33 0 0.33 0.12 120 0.55 0.73
Hex 95 E0 95 21 0 21 C 78 37 49
Octal 225 340 225 41 0 41 14 170 67 111
Binary 10010101 11100000 10010101 100001 0 100001 1100 1111000 110111 1001001

Color Harmonies of #95E095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E095

Black with #95E095

Text Example


Text Example

White with #95E095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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