Html Css Color HEX #126003 Green

📋 copy color: '#126003'

red 18 ◦ green 96 ◦ blue 3

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

Shades of Green #126003

Tints of Green #126003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 82.05%

 BLUE value IS 3 (1.56% from 255) = 2.56%

R = 15.38%
G = 82.05%
B = 2.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#126003 (or 0x126003) is known color: Green. HEX triplet: 12, 60 and 03. RGB value is (18,96,3). Sum of RGB (Red+Green+Blue) = 18+96+3=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #126003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126003 is #ED9FFC. Grayscale: #3E3E3E. Windows color (decimal): -15572989 or 221202. OLE color: 221202.

HSL color Cylindrical-coordinate representation of color #126003: hue angle of 110.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #126003 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 3 -
CMYK 0.81 0 0.97 0.62
HSL 110.32º 0.94% 0.19% -
HSV(B) 110.32º 0.97% 0.38% -
XYZ 4.45 8.5 1.49 -
YUV 62.08 94.66 96.56 -
System Red Green Blue C M Y K H S L
Decimal 18 96 3 0.81 0 0.97 0.62 110.32 0.94 0.19
Hex 12 60 3 51 0 61 3E 6E 5E 13
Octal 22 140 3 121 0 141 76 156 136 23
Binary 10010 1100000 11 1010001 0 1100001 111110 1101110 1011110 10011

Color Harmonies of #126003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126003

Black with #126003

Text Example


Text Example

White with #126003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126003; }

 p { color: rgb(18,96,3); }

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

background-color css

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

 a { background-color: rgb(18,96,3); }

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

border-color css

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

 span { border-color: rgb(18,96,3); }

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