Html Css Color HEX #095F0A Green

📋 copy color: '#095F0A'

red 9 ◦ green 95 ◦ blue 10

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

Shades of Green #095F0A

Tints of Green #095F0A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 83.33%

 BLUE value IS 10 (4.3% from 255) = 8.77%

R = 7.89%
G = 83.33%
B = 8.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#095F0A (or 0x095F0A) is known color: Green. HEX triplet: 09, 5F and 0A. RGB value is (9,95,10). Sum of RGB (Red+Green+Blue) = 9+95+10=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 95 (37.5% from 255 or 83.33% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 95 - color contains mainly: green. Hex color #095F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F0A is #F6A0F5. Grayscale: #3B3B3B. Windows color (decimal): -16163062 or 679689. OLE color: 679689.

HSL color Cylindrical-coordinate representation of color #095F0A: hue angle of 120.7º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F0A is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 95 10 -
CMYK 0.91 0 0.89 0.63
HSL 120.7º 0.83% 0.2% -
HSV(B) 120.7º 0.91% 0.37% -
XYZ 4.26 8.26 1.66 -
YUV 59.6 100.01 91.91 -
System Red Green Blue C M Y K H S L
Decimal 9 95 10 0.91 0 0.89 0.63 120.7 0.83 0.2
Hex 9 5F A 5B 0 59 3F 79 53 14
Octal 11 137 12 133 0 131 77 171 123 24
Binary 1001 1011111 1010 1011011 0 1011001 111111 1111001 1010011 10100

Color Harmonies of #095F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F0A

Black with #095F0A

Text Example


Text Example

White with #095F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,95,10); }

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

background-color css

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

 a { background-color: rgb(9,95,10); }

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

border-color css

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

 span { border-color: rgb(9,95,10); }

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