#095A3C

Color #095A3C Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #095A3C

Tints of Fun Green #095A3C

Color information

#095A3C (or 0x095A3C) is unknown color: approx Fun Green. HEX triplet: 09, 5A and 3C. RGB value is (9,90,60). Sum of RGB (Red+Green+Blue) = 9+90+60=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #095A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A3C is #F6A5C3. Grayscale: #3E3E3E. Windows color (decimal): -16164292 or 3955209. OLE color: 3955209.

HSL color Cylindrical-coordinate representation of color #095A3C: hue angle of 157.78º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A3C is Cyan = 0.9, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB99060-
CMYK0.900.330.65
HSL157.78º81.82%19.41%-
HSV(B)157.78º90%35.29%-
XYZ4.587.75.52-
YUV62.36126.6689.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 90 (35.55% from 255) = 56.60%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=5.66%
G=56.60%
B=37.74%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990600.900.330.65157.7881.8219.41
Hex95A3C5A021419e5213
Octal111327413204110123612223
Binary1001101101011110010110100100001100000110011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095A3C; }

 p { color: rgb(9,90,60); }

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

<style>
 a { background-color: #095A3C; }

 a { background-color: rgb(9,90,60); }

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

<style>
 span { border-color: #095A3C; }

 span { border-color: rgb(9,90,60); }

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