Html Css Color HEX #095D3A Fun Green

📋 copy color: '#095D3A'

red 9 ◦ green 93 ◦ blue 58

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

Shades of Fun Green #095D3A

Tints of Fun Green #095D3A

RGB

 RED value IS 9 (3.91% from 255) = 5.63%

 GREEN value IS 93 (36.72% from 255) = 58.13%

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 5.63%
G = 58.13%
B = 36.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#095D3A (or 0x095D3A) is known color: Fun Green. HEX triplet: 09, 5D and 3A. RGB value is (9,93,58). Sum of RGB (Red+Green+Blue) = 9+93+58=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #095D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D3A is #F6A2C5. Grayscale: #3F3F3F. Windows color (decimal): -16163526 or 3824905. OLE color: 3824905.

HSL color Cylindrical-coordinate representation of color #095D3A: hue angle of 155º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D3A is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 93 58 -
CMYK 0.90 0 0.38 0.64
HSL 155º 0.82% 0.2% -
HSV(B) 155º 0.9% 0.36% -
XYZ 4.79 8.19 5.33 -
YUV 63.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 9 93 58 0.90 0 0.38 0.64 155 0.82 0.2
Hex 9 5D 3A 5A 0 26 40 9B 52 14
Octal 11 135 72 132 0 46 100 233 122 24
Binary 1001 1011101 111010 1011010 0 100110 1000000 10011011 1010010 10100

Color Harmonies of #095D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D3A

Black with #095D3A

Text Example


Text Example

White with #095D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,93,58); }

 H1.HeaderClassName
 {
   color: #095D3A;
 }
 .AnyTagClassName
 {
   color: #095D3A;
 }
</style>

background-color css

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

 a { background-color: rgb(9,93,58); }

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

border-color css

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

 span { border-color: rgb(9,93,58); }

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