#127210

Color #127210 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #127210

Tints of Green #127210

Color information

#127210 (or 0x127210) is unknown color: approx Green. HEX triplet: 12, 72 and 10. RGB value is (18,114,16). Sum of RGB (Red+Green+Blue) = 18+114+16=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 114 (44.92% from 255 or 77.03% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 114 - color contains mainly: green. Hex color #127210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127210 is #ED8DEF. Grayscale: #4A4A4A. Windows color (decimal): -15568368 or 1077778. OLE color: 1077778.

HSL color Cylindrical-coordinate representation of color #127210: hue angle of 118.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127210 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1811416-
CMYK0.8400.860.55
HSL118.78º75.38%25.49%-
HSV(B)118.78º85.96%44.71%-
XYZ6.3612.22.51-
YUV74.1295.287.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 114 (44.92% from 255) = 77.03%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=12.16%
G=77.03%
B=10.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114160.8400.860.55118.7875.3825.49
Hex1272105405637774b19
Octal221622012401266716711331
Binary100101110010100001010100010101101101111110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127210; }

 p { color: rgb(18,114,16); }

 H1.HeaderClassName
 {
   color: #127210;
 }
 .AnyTagClassName
 {
   color: #127210;
 }
</style>
background-color css

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

 a { background-color: rgb(18,114,16); }

 div.DivClassName
 {
   background-color: #127210;
 }
 .BgClassName
 {
   background-color: #127210;
 }
</style>
border-color css

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

 span { border-color: rgb(18,114,16); }

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