Html Css Color HEX #096C02 Green

📋 copy color: '#096C02'

red 9 ◦ green 108 ◦ blue 2

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

Shades of Green #096C02

Tints of Green #096C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 90.76%

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

R = 7.56%
G = 90.76%
B = 1.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#096C02 (or 0x096C02) is known color: Green. HEX triplet: 09, 6C and 02. RGB value is (9,108,2). Sum of RGB (Red+Green+Blue) = 9+108+2=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 108 (42.58% from 255 or 90.76% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 108 - color contains mainly: green. Hex color #096C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096C02 is #F693FD. Grayscale: #424242. Windows color (decimal): -16159742 or 158729. OLE color: 158729.

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

Color convert

RGB 9 108 2 -
CMYK 0.92 0 0.98 0.58
HSL 116.04º 0.96% 0.22% -
HSV(B) 116.04º 0.98% 0.42% -
XYZ 5.49 10.79 1.85 -
YUV 66.32 91.7 87.12 -
System Red Green Blue C M Y K H S L
Decimal 9 108 2 0.92 0 0.98 0.58 116.04 0.96 0.22
Hex 9 6C 2 5C 0 62 3A 74 60 16
Octal 11 154 2 134 0 142 72 164 140 26
Binary 1001 1101100 10 1011100 0 1100010 111010 1110100 1100000 10110

Color Harmonies of #096C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C02

Black with #096C02

Text Example


Text Example

White with #096C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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