#125A3D

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

Shades of Fun Green #125A3D

Tints of Fun Green #125A3D

Color information

#125A3D (or 0x125A3D) is unknown color: approx Fun Green. HEX triplet: 12, 5A and 3D. RGB value is (18,90,61). Sum of RGB (Red+Green+Blue) = 18+90+61=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #125A3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A3D is #EDA5C2. Grayscale: #414141. Windows color (decimal): -15574467 or 4020754. OLE color: 4020754.

HSL color Cylindrical-coordinate representation of color #125A3D: hue angle of 155.83º 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 #125A3D is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB189061-
CMYK0.8000.320.65
HSL155.83º66.67%21.18%-
HSV(B)155.83º80%35.29%-
XYZ4.757.785.67-
YUV65.17125.6594.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 90 (35.55% from 255) = 53.25%
BLUE value IS 61 (24.22% from 255) = 36.09%
R=10.65%
G=53.25%
B=36.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890610.8000.320.65155.8366.6721.18
Hex125A3D50020419c4315
Octal221327512004010123410325
Binary10010101101011110110100000100000100000110011100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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