#125A3C

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

Shades of Fun Green #125A3C

Tints of Fun Green #125A3C

Color information

#125A3C (or 0x125A3C) is unknown color: approx Fun Green. HEX triplet: 12, 5A and 3C. RGB value is (18,90,60). Sum of RGB (Red+Green+Blue) = 18+90+60=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #125A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A3C is #EDA5C3. Grayscale: #414141. Windows color (decimal): -15574468 or 3955218. OLE color: 3955218.

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

Color convert

RGB189060-
CMYK0.8000.330.65
HSL155º66.67%21.18%-
HSV(B)155º80%35.29%-
XYZ4.727.775.53-
YUV65.05125.1594.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 90 (35.55% from 255) = 53.57%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=10.71%
G=53.57%
B=35.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890600.8000.330.6515566.6721.18
Hex125A3C50021419b4315
Octal221327412004110123310325
Binary10010101101011110010100000100001100000110011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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