Html Css Color HEX #095C3A Fun Green

📋 copy color: '#095C3A'

red 9 ◦ green 92 ◦ blue 58

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

Shades of Fun Green #095C3A

Tints of Fun Green #095C3A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 57.86%

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

R = 5.66%
G = 57.86%
B = 36.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#095C3A (or 0x095C3A) is known color: Fun Green. HEX triplet: 09, 5C and 3A. RGB value is (9,92,58). Sum of RGB (Red+Green+Blue) = 9+92+58=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #095C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C3A is #F6A3C5. Grayscale: #3F3F3F. Windows color (decimal): -16163782 or 3824649. OLE color: 3824649.

HSL color Cylindrical-coordinate representation of color #095C3A: hue angle of 155.42º 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 #095C3A is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 92 58 -
CMYK 0.90 0 0.37 0.64
HSL 155.42º 0.82% 0.2% -
HSV(B) 155.42º 0.9% 0.36% -
XYZ 4.7 8.02 5.3 -
YUV 63.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 9 92 58 0.90 0 0.37 0.64 155.42 0.82 0.2
Hex 9 5C 3A 5A 0 25 40 9B 52 14
Octal 11 134 72 132 0 45 100 233 122 24
Binary 1001 1011100 111010 1011010 0 100101 1000000 10011011 1010010 10100

Color Harmonies of #095C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C3A

Black with #095C3A

Text Example


Text Example

White with #095C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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