#127802

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

Shades of Green #127802

Tints of Green #127802

Color information

#127802 (or 0x127802) is unknown color: approx Green. HEX triplet: 12, 78 and 02. RGB value is (18,120,2). Sum of RGB (Red+Green+Blue) = 18+120+2=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 120 (47.27% from 255 or 85.71% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 120 - color contains mainly: green. Hex color #127802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127802 is #ED87FD. Grayscale: #4C4C4C. Windows color (decimal): -15566846 or 161810. OLE color: 161810.

HSL color Cylindrical-coordinate representation of color #127802: hue angle of 111.86º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #127802 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB181202-
CMYK0.8500.980.53
HSL111.86º96.72%23.92%-
HSV(B)111.86º98.33%47.06%-
XYZ6.9813.572.31-
YUV76.0586.2186.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 120 (47.27% from 255) = 85.71%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=12.86%
G=85.71%
B=1.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1812020.8500.980.53111.8696.7223.92
Hex127825506235706118
Octal22170212501426516014130
Binary100101111000101010101011000101101011110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127802; }

 p { color: rgb(18,120,2); }

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

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

 a { background-color: rgb(18,120,2); }

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

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

 span { border-color: rgb(18,120,2); }

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