Html Css Color HEX #125A38 Fun Green

📋 copy color: '#125A38'

red 18 ◦ green 90 ◦ blue 56

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

Shades of Fun Green #125A38

Tints of Fun Green #125A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 34.15%

R = 10.98%
G = 54.88%
B = 34.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#125A38 (or 0x125A38) is known color: Fun Green. HEX triplet: 12, 5A and 38. RGB value is (18,90,56). Sum of RGB (Red+Green+Blue) = 18+90+56=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #125A38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A38 is #EDA5C7. Grayscale: #404040. Windows color (decimal): -15574472 or 3693074. OLE color: 3693074.

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

Color convert

RGB 18 90 56 -
CMYK 0.80 0 0.38 0.65
HSL 151.67º 0.67% 0.21% -
HSV(B) 151.67º 0.8% 0.35% -
XYZ 4.62 7.73 4.99 -
YUV 64.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 18 90 56 0.80 0 0.38 0.65 151.67 0.67 0.21
Hex 12 5A 38 50 0 26 41 98 43 15
Octal 22 132 70 120 0 46 101 230 103 25
Binary 10010 1011010 111000 1010000 0 100110 1000001 10011000 1000011 10101

Color Harmonies of #125A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A38

Black with #125A38

Text Example


Text Example

White with #125A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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