Html Css Color HEX #095D0C Green

📋 copy color: '#095D0C'

red 9 ◦ green 93 ◦ blue 12

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

Shades of Green #095D0C

Tints of Green #095D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.53%

R = 7.89%
G = 81.58%
B = 10.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#095D0C (or 0x095D0C) is known color: Green. HEX triplet: 09, 5D and 0C. RGB value is (9,93,12). Sum of RGB (Red+Green+Blue) = 9+93+12=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 93 (36.72% from 255 or 81.58% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 93 - color contains mainly: green. Hex color #095D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D0C is #F6A2F3. Grayscale: #3A3A3A. Windows color (decimal): -16163572 or 810249. OLE color: 810249.

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

Color convert

RGB 9 93 12 -
CMYK 0.90 0 0.87 0.64
HSL 122.14º 0.82% 0.2% -
HSV(B) 122.14º 0.9% 0.36% -
XYZ 4.09 7.91 1.66 -
YUV 58.65 101.67 92.59 -
System Red Green Blue C M Y K H S L
Decimal 9 93 12 0.90 0 0.87 0.64 122.14 0.82 0.2
Hex 9 5D C 5A 0 57 40 7A 52 14
Octal 11 135 14 132 0 127 100 172 122 24
Binary 1001 1011101 1100 1011010 0 1010111 1000000 1111010 1010010 10100

Color Harmonies of #095D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D0C

Black with #095D0C

Text Example


Text Example

White with #095D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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