Html Css Color HEX #127514 Green

📋 copy color: '#127514'

red 18 ◦ green 117 ◦ blue 20

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

Shades of Green #127514

Tints of Green #127514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 75.48%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 11.61%
G = 75.48%
B = 12.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#127514 (or 0x127514) is known color: Green. HEX triplet: 12, 75 and 14. RGB value is (18,117,20). Sum of RGB (Red+Green+Blue) = 18+117+20=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 117 (46.09% from 255 or 75.48% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 117 - color contains mainly: green. Hex color #127514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127514 is #ED8AEB. Grayscale: #4C4C4C. Windows color (decimal): -15567596 or 1340690. OLE color: 1340690.

HSL color Cylindrical-coordinate representation of color #127514: hue angle of 121.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127514 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 20 -
CMYK 0.85 0 0.83 0.54
HSL 121.21º 0.73% 0.26% -
HSV(B) 121.21º 0.85% 0.46% -
XYZ 6.74 12.9 2.8 -
YUV 76.34 96.2 86.39 -
System Red Green Blue C M Y K H S L
Decimal 18 117 20 0.85 0 0.83 0.54 121.21 0.73 0.26
Hex 12 75 14 55 0 53 36 79 49 1A
Octal 22 165 24 125 0 123 66 171 111 32
Binary 10010 1110101 10100 1010101 0 1010011 110110 1111001 1001001 11010

Color Harmonies of #127514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127514

Black with #127514

Text Example


Text Example

White with #127514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127514; }

 p { color: rgb(18,117,20); }

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

background-color css

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

 a { background-color: rgb(18,117,20); }

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

border-color css

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

 span { border-color: rgb(18,117,20); }

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