Html Css Color HEX #125A3B Fun Green

📋 copy color: '#125A3B'

red 18 ◦ green 90 ◦ blue 59

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

Shades of Fun Green #125A3B

Tints of Fun Green #125A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 35.33%

R = 10.78%
G = 53.89%
B = 35.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#125A3B (or 0x125A3B) is known color: Fun Green. HEX triplet: 12, 5A and 3B. RGB value is (18,90,59). Sum of RGB (Red+Green+Blue) = 18+90+59=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #125A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A3B is #EDA5C4. Grayscale: #404040. Windows color (decimal): -15574469 or 3889682. OLE color: 3889682.

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

Color convert

RGB 18 90 59 -
CMYK 0.80 0 0.34 0.65
HSL 154.17º 0.67% 0.21% -
HSV(B) 154.17º 0.8% 0.35% -
XYZ 4.7 7.76 5.39 -
YUV 64.94 124.65 94.52 -
System Red Green Blue C M Y K H S L
Decimal 18 90 59 0.80 0 0.34 0.65 154.17 0.67 0.21
Hex 12 5A 3B 50 0 22 41 9A 43 15
Octal 22 132 73 120 0 42 101 232 103 25
Binary 10010 1011010 111011 1010000 0 100010 1000001 10011010 1000011 10101

Color Harmonies of #125A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A3B

Black with #125A3B

Text Example


Text Example

White with #125A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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