Html Css Color HEX #095C0B Green

📋 copy color: '#095C0B'

red 9 ◦ green 92 ◦ blue 11

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

Shades of Green #095C0B

Tints of Green #095C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.82%

R = 8.04%
G = 82.14%
B = 9.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#095C0B (or 0x095C0B) is known color: Green. HEX triplet: 09, 5C and 0B. RGB value is (9,92,11). Sum of RGB (Red+Green+Blue) = 9+92+11=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 92 (36.33% from 255 or 82.14% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 92 - color contains mainly: green. Hex color #095C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C0B is #F6A3F4. Grayscale: #3A3A3A. Windows color (decimal): -16163829 or 744457. OLE color: 744457.

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

Color convert

RGB 9 92 11 -
CMYK 0.90 0 0.88 0.64
HSL 121.45º 0.82% 0.2% -
HSV(B) 121.45º 0.9% 0.36% -
XYZ 4 7.74 1.6 -
YUV 57.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 9 92 11 0.90 0 0.88 0.64 121.45 0.82 0.2
Hex 9 5C B 5A 0 58 40 79 52 14
Octal 11 134 13 132 0 130 100 171 122 24
Binary 1001 1011100 1011 1011010 0 1011000 1000000 1111001 1010010 10100

Color Harmonies of #095C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C0B

Black with #095C0B

Text Example


Text Example

White with #095C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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