#127B02

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

Shades of Green #127B02

Tints of Green #127B02

Color information

#127B02 (or 0x127B02) is unknown color: approx Green. HEX triplet: 12, 7B and 02. RGB value is (18,123,2). Sum of RGB (Red+Green+Blue) = 18+123+2=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 123 (48.44% from 255 or 86.01% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 123 - color contains mainly: green. Hex color #127B02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127B02 is #ED84FD. Grayscale: #4E4E4E. Windows color (decimal): -15566078 or 162578. OLE color: 162578.

HSL color Cylindrical-coordinate representation of color #127B02: hue angle of 112.07º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #127B02 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB181232-
CMYK0.8500.980.52
HSL112.07º96.8%24.51%-
HSV(B)112.07º98.37%48.24%-
XYZ7.3414.32.43-
YUV77.8185.2185.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 123 (48.44% from 255) = 86.01%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=12.59%
G=86.01%
B=1.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1812320.8500.980.52112.0796.824.51
Hex127B25506234706119
Octal22173212501426416014131
Binary100101111011101010101011000101101001110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B02; }

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

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

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

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

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

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

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

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