Html Css Color HEX #125D3C Fun Green

📋 copy color: '#125D3C'

red 18 ◦ green 93 ◦ blue 60

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

Shades of Fun Green #125D3C

Tints of Fun Green #125D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.09%

R = 10.53%
G = 54.39%
B = 35.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#125D3C (or 0x125D3C) is known color: Fun Green. HEX triplet: 12, 5D and 3C. RGB value is (18,93,60). Sum of RGB (Red+Green+Blue) = 18+93+60=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #125D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D3C is #EDA2C3. Grayscale: #424242. Windows color (decimal): -15573700 or 3955986. OLE color: 3955986.

HSL color Cylindrical-coordinate representation of color #125D3C: hue angle of 153.6º 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 #125D3C is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 60 -
CMYK 0.81 0 0.35 0.64
HSL 153.6º 0.68% 0.22% -
HSV(B) 153.6º 0.81% 0.36% -
XYZ 4.98 8.28 5.61 -
YUV 66.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 18 93 60 0.81 0 0.35 0.64 153.6 0.68 0.22
Hex 12 5D 3C 51 0 23 40 9A 44 16
Octal 22 135 74 121 0 43 100 232 104 26
Binary 10010 1011101 111100 1010001 0 100011 1000000 10011010 1000100 10110

Color Harmonies of #125D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D3C

Black with #125D3C

Text Example


Text Example

White with #125D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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