#125840

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

Shades of Fun Green #125840

Tints of Fun Green #125840

Color information

#125840 (or 0x125840) is unknown color: approx Fun Green. HEX triplet: 12, 58 and 40. RGB value is (18,88,64). Sum of RGB (Red+Green+Blue) = 18+88+64=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #125840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125840 is #EDA7BF. Grayscale: #404040. Windows color (decimal): -15574976 or 4216850. OLE color: 4216850.

HSL color Cylindrical-coordinate representation of color #125840: hue angle of 159.43º degrees, saturation: 0.66, 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 #125840 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB188864-
CMYK0.8000.270.65
HSL159.43º66.04%20.78%-
HSV(B)159.43º79.55%34.51%-
XYZ4.667.486.05-
YUV64.33127.8194.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 88 (34.77% from 255) = 51.76%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=10.59%
G=51.76%
B=37.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888640.8000.270.65159.4366.0420.78
Hex1258405001B419f4215
Octal2213010012003310123710225
Binary10010101100010000001010000011011100000110011111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125840; }

 p { color: rgb(18,88,64); }

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

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

 a { background-color: rgb(18,88,64); }

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

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

 span { border-color: rgb(18,88,64); }

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