Html Css Color HEX #095E04 Green

📋 copy color: '#095E04'

red 9 ◦ green 94 ◦ blue 4

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

Shades of Green #095E04

Tints of Green #095E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 87.85%

 BLUE value IS 4 (1.95% from 255) = 3.74%

R = 8.41%
G = 87.85%
B = 3.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#095E04 (or 0x095E04) is known color: Green. HEX triplet: 09, 5E and 04. RGB value is (9,94,4). Sum of RGB (Red+Green+Blue) = 9+94+4=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 94 (37.11% from 255 or 87.85% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 94 - color contains mainly: green. Hex color #095E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E04 is #F6A1FB. Grayscale: #3A3A3A. Windows color (decimal): -16163324 or 286217. OLE color: 286217.

HSL color Cylindrical-coordinate representation of color #095E04: hue angle of 116.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095E04 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 94 4 -
CMYK 0.90 0 0.96 0.63
HSL 116.67º 0.92% 0.19% -
HSV(B) 116.67º 0.96% 0.37% -
XYZ 4.14 8.07 1.45 -
YUV 58.33 97.34 92.82 -
System Red Green Blue C M Y K H S L
Decimal 9 94 4 0.90 0 0.96 0.63 116.67 0.92 0.19
Hex 9 5E 4 5A 0 60 3F 75 5C 13
Octal 11 136 4 132 0 140 77 165 134 23
Binary 1001 1011110 100 1011010 0 1100000 111111 1110101 1011100 10011

Color Harmonies of #095E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E04

Black with #095E04

Text Example


Text Example

White with #095E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,4); }

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

background-color css

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

 a { background-color: rgb(9,94,4); }

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

border-color css

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

 span { border-color: rgb(9,94,4); }

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