Html Css Color HEX #125A3C Fun Green

📋 copy color: '#125A3C'

red 18 ◦ green 90 ◦ blue 60

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

Shades of Fun Green #125A3C

Tints of Fun Green #125A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.71%

R = 10.71%
G = 53.57%
B = 35.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#125A3C (or 0x125A3C) is known color: Fun Green. HEX triplet: 12, 5A and 3C. RGB value is (18,90,60). Sum of RGB (Red+Green+Blue) = 18+90+60=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #125A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A3C is #EDA5C3. Grayscale: #414141. Windows color (decimal): -15574468 or 3955218. OLE color: 3955218.

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

Color convert

RGB 18 90 60 -
CMYK 0.80 0 0.33 0.65
HSL 155º 0.67% 0.21% -
HSV(B) 155º 0.8% 0.35% -
XYZ 4.72 7.77 5.53 -
YUV 65.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 18 90 60 0.80 0 0.33 0.65 155 0.67 0.21
Hex 12 5A 3C 50 0 21 41 9B 43 15
Octal 22 132 74 120 0 41 101 233 103 25
Binary 10010 1011010 111100 1010000 0 100001 1000001 10011011 1000011 10101

Color Harmonies of #125A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A3C

Black with #125A3C

Text Example


Text Example

White with #125A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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