#95A248

Color #95A248 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #95A248

Tints of Green Smoke #95A248

Color information

#95A248 (or 0x95A248) is unknown color: approx Green Smoke. HEX triplet: 95, A2 and 48. RGB value is (149,162,72). Sum of RGB (Red+Green+Blue) = 149+162+72=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #95A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A248 is #6A5DB7. Grayscale: #949494. Windows color (decimal): -6970808 or 4760213. OLE color: 4760213.

HSL color Cylindrical-coordinate representation of color #95A248: hue angle of 68.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95A248 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB14916272-
CMYK0.0800.560.36
HSL68.67º38.46%45.88%-
HSV(B)68.67º55.56%63.53%-
XYZ26.4832.711.05-
YUV147.8585.19128.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=38.90%
G=42.30%
B=18.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162720.0800.560.3668.6738.4645.88
Hex95A24880382445262e
Octal22524211010070441054656
Binary10010101101000101001000100001110001001001000101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,72); }

 H1.HeaderClassName
 {
   color: #95A248;
 }
 .AnyTagClassName
 {
   color: #95A248;
 }
</style>
background-color css

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

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

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

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

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

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