Html Css Color HEX #125D40 Fun Green

📋 copy color: '#125D40'

red 18 ◦ green 93 ◦ blue 64

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

Shades of Fun Green #125D40

Tints of Fun Green #125D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.14%

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

R = 10.29%
G = 53.14%
B = 36.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#125D40 (or 0x125D40) is known color: Fun Green. HEX triplet: 12, 5D and 40. RGB value is (18,93,64). Sum of RGB (Red+Green+Blue) = 18+93+64=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #125D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D40 is #EDA2BF. Grayscale: #434343. Windows color (decimal): -15573696 or 4218130. OLE color: 4218130.

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

Color convert

RGB 18 93 64 -
CMYK 0.81 0 0.31 0.64
HSL 156.8º 0.68% 0.22% -
HSV(B) 156.8º 0.81% 0.36% -
XYZ 5.09 8.33 6.19 -
YUV 67.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 18 93 64 0.81 0 0.31 0.64 156.8 0.68 0.22
Hex 12 5D 40 51 0 1F 40 9D 44 16
Octal 22 135 100 121 0 37 100 235 104 26
Binary 10010 1011101 1000000 1010001 0 11111 1000000 10011101 1000100 10110

Color Harmonies of #125D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D40

Black with #125D40

Text Example


Text Example

White with #125D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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