Html Css Color HEX #125A01 Myrtle

📋 copy color: '#125A01'

red 18 ◦ green 90 ◦ blue 1

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

Shades of Myrtle #125A01

Tints of Myrtle #125A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 82.57%

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

R = 16.51%
G = 82.57%
B = 0.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#125A01 (or 0x125A01) is known color: Myrtle. HEX triplet: 12, 5A and 01. RGB value is (18,90,1). Sum of RGB (Red+Green+Blue) = 18+90+1=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 90 (35.55% from 255 or 82.57% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 90 - color contains mainly: green. Hex color #125A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A01 is #EDA5FE. Grayscale: #3A3A3A. Windows color (decimal): -15574527 or 88594. OLE color: 88594.

HSL color Cylindrical-coordinate representation of color #125A01: hue angle of 108.54º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #125A01 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 90 1 -
CMYK 0.80 0 0.99 0.65
HSL 108.54º 0.98% 0.18% -
HSV(B) 108.54º 0.99% 0.35% -
XYZ 3.91 7.44 1.26 -
YUV 58.33 95.65 99.24 -
System Red Green Blue C M Y K H S L
Decimal 18 90 1 0.80 0 0.99 0.65 108.54 0.98 0.18
Hex 12 5A 1 50 0 63 41 6D 62 12
Octal 22 132 1 120 0 143 101 155 142 22
Binary 10010 1011010 1 1010000 0 1100011 1000001 1101101 1100010 10010

Color Harmonies of #125A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A01

Black with #125A01

Text Example


Text Example

White with #125A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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