Html Css Color HEX #096F02 Green

📋 copy color: '#096F02'

red 9 ◦ green 111 ◦ blue 2

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

Shades of Green #096F02

Tints of Green #096F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.64%

R = 7.38%
G = 90.98%
B = 1.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#096F02 (or 0x096F02) is known color: Green. HEX triplet: 09, 6F and 02. RGB value is (9,111,2). Sum of RGB (Red+Green+Blue) = 9+111+2=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 111 (43.75% from 255 or 90.98% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 111 - color contains mainly: green. Hex color #096F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096F02 is #F690FD. Grayscale: #444444. Windows color (decimal): -16158974 or 159497. OLE color: 159497.

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

Color convert

RGB 9 111 2 -
CMYK 0.92 0 0.98 0.56
HSL 116.15º 0.96% 0.22% -
HSV(B) 116.15º 0.98% 0.44% -
XYZ 5.81 11.43 1.96 -
YUV 68.08 90.71 85.86 -
System Red Green Blue C M Y K H S L
Decimal 9 111 2 0.92 0 0.98 0.56 116.15 0.96 0.22
Hex 9 6F 2 5C 0 62 38 74 60 16
Octal 11 157 2 134 0 142 70 164 140 26
Binary 1001 1101111 10 1011100 0 1100010 111000 1110100 1100000 10110

Color Harmonies of #096F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F02

Black with #096F02

Text Example


Text Example

White with #096F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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