Html Css Color HEX #127104 Green

📋 copy color: '#127104'

red 18 ◦ green 113 ◦ blue 4

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

Shades of Green #127104

Tints of Green #127104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 83.7%

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 13.33%
G = 83.7%
B = 2.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#127104 (or 0x127104) is known color: Green. HEX triplet: 12, 71 and 04. RGB value is (18,113,4). Sum of RGB (Red+Green+Blue) = 18+113+4=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 113 (44.53% from 255 or 83.70% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 113 - color contains mainly: green. Hex color #127104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127104 is #ED8EFB. Grayscale: #484848. Windows color (decimal): -15568636 or 291090. OLE color: 291090.

HSL color Cylindrical-coordinate representation of color #127104: hue angle of 112.29º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127104 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 4 -
CMYK 0.84 0 0.96 0.56
HSL 112.29º 0.93% 0.23% -
HSV(B) 112.29º 0.96% 0.44% -
XYZ 6.18 11.95 2.1 -
YUV 72.17 89.53 89.36 -
System Red Green Blue C M Y K H S L
Decimal 18 113 4 0.84 0 0.96 0.56 112.29 0.93 0.23
Hex 12 71 4 54 0 60 38 70 5D 17
Octal 22 161 4 124 0 140 70 160 135 27
Binary 10010 1110001 100 1010100 0 1100000 111000 1110000 1011101 10111

Color Harmonies of #127104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127104

Black with #127104

Text Example


Text Example

White with #127104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127104; }

 p { color: rgb(18,113,4); }

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

background-color css

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

 a { background-color: rgb(18,113,4); }

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

border-color css

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

 span { border-color: rgb(18,113,4); }

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