Html Css Color HEX #096F01 Green

📋 copy color: '#096F01'

red 9 ◦ green 111 ◦ blue 1

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

Shades of Green #096F01

Tints of Green #096F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 91.74%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 7.44%
G = 91.74%
B = 0.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#096F01 (or 0x096F01) is known color: Green. HEX triplet: 09, 6F and 01. RGB value is (9,111,1). Sum of RGB (Red+Green+Blue) = 9+111+1=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 111 (43.75% from 255 or 91.74% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 111 - color contains mainly: green. Hex color #096F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096F01 is #F690FE. Grayscale: #444444. Windows color (decimal): -16158975 or 93961. OLE color: 93961.

HSL color Cylindrical-coordinate representation of color #096F01: hue angle of 115.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #096F01 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 1 -
CMYK 0.92 0 0.99 0.56
HSL 115.64º 0.98% 0.22% -
HSV(B) 115.64º 0.99% 0.44% -
XYZ 5.8 11.43 1.93 -
YUV 67.96 90.21 85.94 -
System Red Green Blue C M Y K H S L
Decimal 9 111 1 0.92 0 0.99 0.56 115.64 0.98 0.22
Hex 9 6F 1 5C 0 63 38 74 62 16
Octal 11 157 1 134 0 143 70 164 142 26
Binary 1001 1101111 1 1011100 0 1100011 111000 1110100 1100010 10110

Color Harmonies of #096F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F01

Black with #096F01

Text Example


Text Example

White with #096F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096F01; }

 p { color: rgb(9,111,1); }

 H1.HeaderClassName
 {
   color: #096F01;
 }
 .AnyTagClassName
 {
   color: #096F01;
 }
</style>

background-color css

<style>
 a { background-color: #096F01; }

 a { background-color: rgb(9,111,1); }

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

border-color css

<style>
 span { border-color: #096F01; }

 span { border-color: rgb(9,111,1); }

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