Html Css Color HEX #126B3D Fun Green

📋 copy color: '#126B3D'

red 18 ◦ green 107 ◦ blue 61

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

Shades of Fun Green #126B3D

Tints of Fun Green #126B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.8%

R = 9.68%
G = 57.53%
B = 32.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#126B3D (or 0x126B3D) is known color: Fun Green. HEX triplet: 12, 6B and 3D. RGB value is (18,107,61). Sum of RGB (Red+Green+Blue) = 18+107+61=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #126B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B3D is #ED94C2. Grayscale: #4B4B4B. Windows color (decimal): -15570115 or 4025106. OLE color: 4025106.

HSL color Cylindrical-coordinate representation of color #126B3D: hue angle of 148.99º 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 #126B3D is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 107 61 -
CMYK 0.83 0 0.43 0.58
HSL 148.99º 0.71% 0.25% -
HSV(B) 148.99º 0.83% 0.42% -
XYZ 6.35 10.98 6.2 -
YUV 75.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 18 107 61 0.83 0 0.43 0.58 148.99 0.71 0.25
Hex 12 6B 3D 53 0 2B 3A 95 47 19
Octal 22 153 75 123 0 53 72 225 107 31
Binary 10010 1101011 111101 1010011 0 101011 111010 10010101 1000111 11001

Color Harmonies of #126B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B3D

Black with #126B3D

Text Example


Text Example

White with #126B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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