#125A3B

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

Shades of Fun Green #125A3B

Tints of Fun Green #125A3B

Color information

#125A3B (or 0x125A3B) is unknown color: approx Fun Green. HEX triplet: 12, 5A and 3B. RGB value is (18,90,59). Sum of RGB (Red+Green+Blue) = 18+90+59=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #125A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A3B is #EDA5C4. Grayscale: #404040. Windows color (decimal): -15574469 or 3889682. OLE color: 3889682.

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

Color convert

RGB189059-
CMYK0.8000.340.65
HSL154.17º66.67%21.18%-
HSV(B)154.17º80%35.29%-
XYZ4.77.765.39-
YUV64.94124.6594.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 90 (35.55% from 255) = 53.89%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=10.78%
G=53.89%
B=35.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890590.8000.340.65154.1766.6721.18
Hex125A3B50022419a4315
Octal221327312004210123210325
Binary10010101101011101110100000100010100000110011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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