Html Css Color HEX #126B3A Fun Green

📋 copy color: '#126B3A'

red 18 ◦ green 107 ◦ blue 58

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

Shades of Fun Green #126B3A

Tints of Fun Green #126B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 58.47%

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

R = 9.84%
G = 58.47%
B = 31.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#126B3A (or 0x126B3A) is known color: Fun Green. HEX triplet: 12, 6B and 3A. RGB value is (18,107,58). Sum of RGB (Red+Green+Blue) = 18+107+58=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #126B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B3A is #ED94C5. Grayscale: #4A4A4A. Windows color (decimal): -15570118 or 3828498. OLE color: 3828498.

HSL color Cylindrical-coordinate representation of color #126B3A: hue angle of 146.97º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126B3A is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 107 58 -
CMYK 0.83 0 0.46 0.58
HSL 146.97º 0.71% 0.25% -
HSV(B) 146.97º 0.83% 0.42% -
XYZ 6.27 10.95 5.79 -
YUV 74.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 18 107 58 0.83 0 0.46 0.58 146.97 0.71 0.25
Hex 12 6B 3A 53 0 2E 3A 93 47 19
Octal 22 153 72 123 0 56 72 223 107 31
Binary 10010 1101011 111010 1010011 0 101110 111010 10010011 1000111 11001

Color Harmonies of #126B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B3A

Black with #126B3A

Text Example


Text Example

White with #126B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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