Html Css Color HEX #95E08E Granny Smith Apple

📋 copy color: '#95E08E'

red 149 ◦ green 224 ◦ blue 142

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

Shades of Granny Smith Apple #95E08E

Tints of Granny Smith Apple #95E08E

RGB

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

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

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

R = 28.93%
G = 43.5%
B = 27.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#95E08E (or 0x95E08E) is known color: Granny Smith Apple. HEX triplet: 95, E0 and 8E. RGB value is (149,224,142). Sum of RGB (Red+Green+Blue) = 149+224+142=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #95E08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E08E is #6A1F71. Grayscale: #C0C0C0. Windows color (decimal): -6954866 or 9363605. OLE color: 9363605.

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

Color convert

RGB 149 224 142 -
CMYK 0.33 0 0.37 0.12
HSL 114.88º 0.57% 0.72% -
HSV(B) 114.88º 0.37% 0.88% -
XYZ 43.93 61.65 35.18 -
YUV 192.23 99.65 97.17 -
System Red Green Blue C M Y K H S L
Decimal 149 224 142 0.33 0 0.37 0.12 114.88 0.57 0.72
Hex 95 E0 8E 21 0 25 C 73 39 48
Octal 225 340 216 41 0 45 14 163 71 110
Binary 10010101 11100000 10001110 100001 0 100101 1100 1110011 111001 1001000

Color Harmonies of #95E08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E08E

Black with #95E08E

Text Example


Text Example

White with #95E08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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