Html Css Color HEX #125A10 Myrtle

📋 copy color: '#125A10'

red 18 ◦ green 90 ◦ blue 16

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

Shades of Myrtle #125A10

Tints of Myrtle #125A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 14.52%
G = 72.58%
B = 12.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#125A10 (or 0x125A10) is known color: Myrtle. HEX triplet: 12, 5A and 10. RGB value is (18,90,16). Sum of RGB (Red+Green+Blue) = 18+90+16=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 90 (35.55% from 255 or 72.58% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 90 - color contains mainly: green. Hex color #125A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A10 is #EDA5EF. Grayscale: #3C3C3C. Windows color (decimal): -15574512 or 1071634. OLE color: 1071634.

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

Color convert

RGB 18 90 16 -
CMYK 0.80 0 0.82 0.65
HSL 118.38º 0.7% 0.21% -
HSV(B) 118.38º 0.82% 0.35% -
XYZ 4 7.48 1.72 -
YUV 60.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 18 90 16 0.80 0 0.82 0.65 118.38 0.7 0.21
Hex 12 5A 10 50 0 52 41 76 46 15
Octal 22 132 20 120 0 122 101 166 106 25
Binary 10010 1011010 10000 1010000 0 1010010 1000001 1110110 1000110 10101

Color Harmonies of #125A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A10

Black with #125A10

Text Example


Text Example

White with #125A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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