Html Css Color HEX #125A39 Fun Green

📋 copy color: '#125A39'

red 18 ◦ green 90 ◦ blue 57

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

Shades of Fun Green #125A39

Tints of Fun Green #125A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.55%

 BLUE value IS 57 (22.66% from 255) = 34.55%

R = 10.91%
G = 54.55%
B = 34.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#125A39 (or 0x125A39) is known color: Fun Green. HEX triplet: 12, 5A and 39. RGB value is (18,90,57). Sum of RGB (Red+Green+Blue) = 18+90+57=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #125A39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A39 is #EDA5C6. Grayscale: #404040. Windows color (decimal): -15574471 or 3758610. OLE color: 3758610.

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

Color convert

RGB 18 90 57 -
CMYK 0.80 0 0.37 0.65
HSL 152.5º 0.67% 0.21% -
HSV(B) 152.5º 0.8% 0.35% -
XYZ 4.64 7.74 5.12 -
YUV 64.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 18 90 57 0.80 0 0.37 0.65 152.5 0.67 0.21
Hex 12 5A 39 50 0 25 41 98 43 15
Octal 22 132 71 120 0 45 101 230 103 25
Binary 10010 1011010 111001 1010000 0 100101 1000001 10011000 1000011 10101

Color Harmonies of #125A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A39

Black with #125A39

Text Example


Text Example

White with #125A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,90,57); }

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

background-color css

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

 a { background-color: rgb(18,90,57); }

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

border-color css

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

 span { border-color: rgb(18,90,57); }

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