Html Css Color HEX #125A3E Fun Green

📋 copy color: '#125A3E'

red 18 ◦ green 90 ◦ blue 62

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

Shades of Fun Green #125A3E

Tints of Fun Green #125A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 36.47%

R = 10.59%
G = 52.94%
B = 36.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#125A3E (or 0x125A3E) is known color: Fun Green. HEX triplet: 12, 5A and 3E. RGB value is (18,90,62). Sum of RGB (Red+Green+Blue) = 18+90+62=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #125A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A3E is #EDA5C1. Grayscale: #414141. Windows color (decimal): -15574466 or 4086290. OLE color: 4086290.

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

Color convert

RGB 18 90 62 -
CMYK 0.80 0 0.31 0.65
HSL 156.67º 0.67% 0.21% -
HSV(B) 156.67º 0.8% 0.35% -
XYZ 4.78 7.79 5.81 -
YUV 65.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 18 90 62 0.80 0 0.31 0.65 156.67 0.67 0.21
Hex 12 5A 3E 50 0 1F 41 9D 43 15
Octal 22 132 76 120 0 37 101 235 103 25
Binary 10010 1011010 111110 1010000 0 11111 1000001 10011101 1000011 10101

Color Harmonies of #125A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A3E

Black with #125A3E

Text Example


Text Example

White with #125A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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