#125A3E

Color #125A3E Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #125A3E

Tints of Fun Green #125A3E

Color information

#125A3E (or 0x125A3E) is unknown color: approx Fun Green. HEX triplet: 12, 5A and 3E. RGB value is (18,90,62). Sum of RGB (Red+Green+Blue) = 18+90+62=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #125A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A3E is #EDA5C1. Grayscale: #414141. Windows color (decimal): -15574466 or 4086290. OLE color: 4086290.

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

Color convert

RGB189062-
CMYK0.8000.310.65
HSL156.67º66.67%21.18%-
HSV(B)156.67º80%35.29%-
XYZ4.787.795.81-
YUV65.28126.1594.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 90 (35.55% from 255) = 52.94%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=10.59%
G=52.94%
B=36.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890620.8000.310.65156.6766.6721.18
Hex125A3E5001F419d4315
Octal221327612003710123510325
Binary1001010110101111101010000011111100000110011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #125A3E;
 }
 .AnyTagClassName
 {
   color: #125A3E;
 }
</style>
background-color css

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

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

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

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

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

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