Html Css Color HEX #125E03 Green

📋 copy color: '#125E03'

red 18 ◦ green 94 ◦ blue 3

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

Shades of Green #125E03

Tints of Green #125E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 81.74%

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

R = 15.65%
G = 81.74%
B = 2.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#125E03 (or 0x125E03) is known color: Green. HEX triplet: 12, 5E and 03. RGB value is (18,94,3). Sum of RGB (Red+Green+Blue) = 18+94+3=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 94 (37.11% from 255 or 81.74% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 94 - color contains mainly: green. Hex color #125E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125E03 is #EDA1FC. Grayscale: #3D3D3D. Windows color (decimal): -15573501 or 220690. OLE color: 220690.

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

Color convert

RGB 18 94 3 -
CMYK 0.81 0 0.97 0.63
HSL 110.11º 0.94% 0.19% -
HSV(B) 110.11º 0.97% 0.37% -
XYZ 4.27 8.14 1.43 -
YUV 60.9 95.32 97.4 -
System Red Green Blue C M Y K H S L
Decimal 18 94 3 0.81 0 0.97 0.63 110.11 0.94 0.19
Hex 12 5E 3 51 0 61 3F 6E 5E 13
Octal 22 136 3 121 0 141 77 156 136 23
Binary 10010 1011110 11 1010001 0 1100001 111111 1101110 1011110 10011

Color Harmonies of #125E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E03

Black with #125E03

Text Example


Text Example

White with #125E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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