Html Css Color HEX #125E3A Fun Green

📋 copy color: '#125E3A'

red 18 ◦ green 94 ◦ blue 58

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

Shades of Fun Green #125E3A

Tints of Fun Green #125E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 10.59%
G = 55.29%
B = 34.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#125E3A (or 0x125E3A) is known color: Fun Green. HEX triplet: 12, 5E and 3A. RGB value is (18,94,58). Sum of RGB (Red+Green+Blue) = 18+94+58=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 94 (37.11% from 255 or 55.29% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 94 - color contains mainly: green. Hex color #125E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125E3A is #EDA1C5. Grayscale: #434343. Windows color (decimal): -15573446 or 3825170. OLE color: 3825170.

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

Color convert

RGB 18 94 58 -
CMYK 0.81 0 0.38 0.63
HSL 151.58º 0.68% 0.22% -
HSV(B) 151.58º 0.81% 0.37% -
XYZ 5.02 8.44 5.37 -
YUV 67.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 18 94 58 0.81 0 0.38 0.63 151.58 0.68 0.22
Hex 12 5E 3A 51 0 26 3F 98 44 16
Octal 22 136 72 121 0 46 77 230 104 26
Binary 10010 1011110 111010 1010001 0 100110 111111 10011000 1000100 10110

Color Harmonies of #125E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E3A

Black with #125E3A

Text Example


Text Example

White with #125E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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