Html Css Color HEX #125A00 Myrtle

📋 copy color: '#125A00'

red 18 ◦ green 90 ◦ blue 0

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

Shades of Myrtle #125A00

Tints of Myrtle #125A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.67%
G = 83.33%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#125A00 (or 0x125A00) is known color: Myrtle. HEX triplet: 12, 5A and 00. RGB value is (18,90,0). Sum of RGB (Red+Green+Blue) = 18+90+0=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 90 (35.55% from 255 or 83.33% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 90 - color contains mainly: green. Hex color #125A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A00 is #EDA5FF. Grayscale: #3A3A3A. Windows color (decimal): -15574528 or 23058. OLE color: 23058.

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

Color convert

RGB 18 90 0 -
CMYK 0.80 0 1 0.65
HSL 108º 1% 0.18% -
HSV(B) 108º 1% 0.35% -
XYZ 3.91 7.44 1.23 -
YUV 58.21 95.15 99.32 -
System Red Green Blue C M Y K H S L
Decimal 18 90 0 0.80 0 1 0.65 108 1 0.18
Hex 12 5A 0 50 0 64 41 6C 64 12
Octal 22 132 0 120 0 144 101 154 144 22
Binary 10010 1011010 0 1010000 0 1100100 1000001 1101100 1100100 10010

Color Harmonies of #125A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A00

Black with #125A00

Text Example


Text Example

White with #125A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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