Html Css Color HEX #126B02 Green

📋 copy color: '#126B02'

red 18 ◦ green 107 ◦ blue 2

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

Shades of Green #126B02

Tints of Green #126B02

RGB

 RED value IS 18 (7.42% from 255) = 14.17%

 GREEN value IS 107 (42.19% from 255) = 84.25%

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

R = 14.17%
G = 84.25%
B = 1.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#126B02 (or 0x126B02) is known color: Green. HEX triplet: 12, 6B and 02. RGB value is (18,107,2). Sum of RGB (Red+Green+Blue) = 18+107+2=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 107 (42.19% from 255 or 84.25% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 107 - color contains mainly: green. Hex color #126B02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126B02 is #ED94FD. Grayscale: #444444. Windows color (decimal): -15570174 or 158482. OLE color: 158482.

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

Color convert

RGB 18 107 2 -
CMYK 0.83 0 0.98 0.58
HSL 110.86º 0.96% 0.21% -
HSV(B) 110.86º 0.98% 0.42% -
XYZ 5.52 10.65 1.82 -
YUV 68.42 90.51 92.04 -
System Red Green Blue C M Y K H S L
Decimal 18 107 2 0.83 0 0.98 0.58 110.86 0.96 0.21
Hex 12 6B 2 53 0 62 3A 6F 60 15
Octal 22 153 2 123 0 142 72 157 140 25
Binary 10010 1101011 10 1010011 0 1100010 111010 1101111 1100000 10101

Color Harmonies of #126B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B02

Black with #126B02

Text Example


Text Example

White with #126B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126B02; }

 p { color: rgb(18,107,2); }

 H1.HeaderClassName
 {
   color: #126B02;
 }
 .AnyTagClassName
 {
   color: #126B02;
 }
</style>

background-color css

<style>
 a { background-color: #126B02; }

 a { background-color: rgb(18,107,2); }

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

border-color css

<style>
 span { border-color: #126B02; }

 span { border-color: rgb(18,107,2); }

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