Html Css Color HEX #125E40 Fun Green

📋 copy color: '#125E40'

red 18 ◦ green 94 ◦ blue 64

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

Shades of Fun Green #125E40

Tints of Fun Green #125E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.41%

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

R = 10.23%
G = 53.41%
B = 36.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#125E40 (or 0x125E40) is known color: Fun Green. HEX triplet: 12, 5E and 40. RGB value is (18,94,64). Sum of RGB (Red+Green+Blue) = 18+94+64=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 94 (37.11% from 255 or 53.41% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 94 - color contains mainly: green. Hex color #125E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125E40 is #EDA1BF. Grayscale: #434343. Windows color (decimal): -15573440 or 4218386. OLE color: 4218386.

HSL color Cylindrical-coordinate representation of color #125E40: hue angle of 156.32º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125E40 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 94 64 -
CMYK 0.81 0 0.32 0.63
HSL 156.32º 0.68% 0.22% -
HSV(B) 156.32º 0.81% 0.37% -
XYZ 5.18 8.5 6.22 -
YUV 67.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 18 94 64 0.81 0 0.32 0.63 156.32 0.68 0.22
Hex 12 5E 40 51 0 20 3F 9C 44 16
Octal 22 136 100 121 0 40 77 234 104 26
Binary 10010 1011110 1000000 1010001 0 100000 111111 10011100 1000100 10110

Color Harmonies of #125E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E40

Black with #125E40

Text Example


Text Example

White with #125E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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