Html Css Color HEX #125640 Fun Green

📋 copy color: '#125640'

red 18 ◦ green 86 ◦ blue 64

#125640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #125640

Tints of Fun Green #125640

RGB

 RED value IS 18 (7.42% from 255) = 10.71%

 GREEN value IS 86 (33.98% from 255) = 51.19%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 10.71%
G = 51.19%
B = 38.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#125640 (or 0x125640) is known color: Fun Green. HEX triplet: 12, 56 and 40. RGB value is (18,86,64). Sum of RGB (Red+Green+Blue) = 18+86+64=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #125640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125640 is #EDA9BF. Grayscale: #3F3F3F. Windows color (decimal): -15575488 or 4216338. OLE color: 4216338.

HSL color Cylindrical-coordinate representation of color #125640: hue angle of 160.59º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125640 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 64 -
CMYK 0.79 0 0.26 0.66
HSL 160.59º 0.65% 0.2% -
HSV(B) 160.59º 0.79% 0.34% -
XYZ 4.5 7.15 5.99 -
YUV 63.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 18 86 64 0.79 0 0.26 0.66 160.59 0.65 0.2
Hex 12 56 40 4F 0 1A 42 A1 41 14
Octal 22 126 100 117 0 32 102 241 101 24
Binary 10010 1010110 1000000 1001111 0 11010 1000010 10100001 1000001 10100

Color Harmonies of #125640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125640

Black with #125640

Text Example


Text Example

White with #125640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125640; }

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

 H1.HeaderClassName
 {
   color: #125640;
 }
 .AnyTagClassName
 {
   color: #125640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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