Html Css Color HEX #106C02 Green

📋 copy color: '#106C02'

red 16 ◦ green 108 ◦ blue 2

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

Shades of Green #106C02

Tints of Green #106C02

RGB

 RED value IS 16 (6.64% from 255) = 12.7%

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

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

R = 12.7%
G = 85.71%
B = 1.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#106C02 (or 0x106C02) is known color: Green. HEX triplet: 10, 6C and 02. RGB value is (16,108,2). Sum of RGB (Red+Green+Blue) = 16+108+2=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 108 (42.58% from 255 or 85.71% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 108 - color contains mainly: green. Hex color #106C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106C02 is #EF93FD. Grayscale: #444444. Windows color (decimal): -15700990 or 158736. OLE color: 158736.

HSL color Cylindrical-coordinate representation of color #106C02: hue angle of 112.08º 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 #106C02 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 108 2 -
CMYK 0.85 0 0.98 0.58
HSL 112.08º 0.96% 0.22% -
HSV(B) 112.08º 0.98% 0.42% -
XYZ 5.59 10.84 1.86 -
YUV 68.41 90.52 90.62 -
System Red Green Blue C M Y K H S L
Decimal 16 108 2 0.85 0 0.98 0.58 112.08 0.96 0.22
Hex 10 6C 2 55 0 62 3A 70 60 16
Octal 20 154 2 125 0 142 72 160 140 26
Binary 10000 1101100 10 1010101 0 1100010 111010 1110000 1100000 10110

Color Harmonies of #106C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106C02

Black with #106C02

Text Example


Text Example

White with #106C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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