Html Css Color HEX #125B3A Fun Green

📋 copy color: '#125B3A'

red 18 ◦ green 91 ◦ blue 58

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

Shades of Fun Green #125B3A

Tints of Fun Green #125B3A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 54.49%

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

R = 10.78%
G = 54.49%
B = 34.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#125B3A (or 0x125B3A) is known color: Fun Green. HEX triplet: 12, 5B and 3A. RGB value is (18,91,58). Sum of RGB (Red+Green+Blue) = 18+91+58=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #125B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B3A is #EDA4C5. Grayscale: #414141. Windows color (decimal): -15574214 or 3824402. OLE color: 3824402.

HSL color Cylindrical-coordinate representation of color #125B3A: hue angle of 152.88º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B3A is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 91 58 -
CMYK 0.80 0 0.36 0.64
HSL 152.88º 0.67% 0.21% -
HSV(B) 152.88º 0.8% 0.36% -
XYZ 4.75 7.92 5.28 -
YUV 65.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 18 91 58 0.80 0 0.36 0.64 152.88 0.67 0.21
Hex 12 5B 3A 50 0 24 40 99 43 15
Octal 22 133 72 120 0 44 100 231 103 25
Binary 10010 1011011 111010 1010000 0 100100 1000000 10011001 1000011 10101

Color Harmonies of #125B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B3A

Black with #125B3A

Text Example


Text Example

White with #125B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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