Html Css Color HEX #125F01 Green

📋 copy color: '#125F01'

red 18 ◦ green 95 ◦ blue 1

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

Shades of Green #125F01

Tints of Green #125F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 83.33%

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 15.79%
G = 83.33%
B = 0.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#125F01 (or 0x125F01) is known color: Green. HEX triplet: 12, 5F and 01. RGB value is (18,95,1). Sum of RGB (Red+Green+Blue) = 18+95+1=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 95 (37.5% from 255 or 83.33% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 95 - color contains mainly: green. Hex color #125F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F01 is #EDA0FE. Grayscale: #3D3D3D. Windows color (decimal): -15573247 or 89874. OLE color: 89874.

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

Color convert

RGB 18 95 1 -
CMYK 0.81 0 0.99 0.63
HSL 109.15º 0.98% 0.19% -
HSV(B) 109.15º 0.99% 0.37% -
XYZ 4.35 8.32 1.4 -
YUV 61.26 93.99 97.14 -
System Red Green Blue C M Y K H S L
Decimal 18 95 1 0.81 0 0.99 0.63 109.15 0.98 0.19
Hex 12 5F 1 51 0 63 3F 6D 62 13
Octal 22 137 1 121 0 143 77 155 142 23
Binary 10010 1011111 1 1010001 0 1100011 111111 1101101 1100010 10011

Color Harmonies of #125F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F01

Black with #125F01

Text Example


Text Example

White with #125F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,95,1); }

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

background-color css

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

 a { background-color: rgb(18,95,1); }

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

border-color css

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

 span { border-color: rgb(18,95,1); }

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