Html Css Color HEX #125B37 Fun Green

📋 copy color: '#125B37'

red 18 ◦ green 91 ◦ blue 55

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

Shades of Fun Green #125B37

Tints of Fun Green #125B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 33.54%

R = 10.98%
G = 55.49%
B = 33.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#125B37 (or 0x125B37) is known color: Fun Green. HEX triplet: 12, 5B and 37. RGB value is (18,91,55). Sum of RGB (Red+Green+Blue) = 18+91+55=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #125B37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B37 is #EDA4C8. Grayscale: #414141. Windows color (decimal): -15574217 or 3627794. OLE color: 3627794.

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

Color convert

RGB 18 91 55 -
CMYK 0.80 0 0.40 0.64
HSL 150.41º 0.67% 0.21% -
HSV(B) 150.41º 0.8% 0.36% -
XYZ 4.68 7.89 4.89 -
YUV 65.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 18 91 55 0.80 0 0.40 0.64 150.41 0.67 0.21
Hex 12 5B 37 50 0 28 40 96 43 15
Octal 22 133 67 120 0 50 100 226 103 25
Binary 10010 1011011 110111 1010000 0 101000 1000000 10010110 1000011 10101

Color Harmonies of #125B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B37

Black with #125B37

Text Example


Text Example

White with #125B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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