Html Css Color HEX #127214 Green

📋 copy color: '#127214'

red 18 ◦ green 114 ◦ blue 20

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

Shades of Green #127214

Tints of Green #127214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 75%

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

R = 11.84%
G = 75%
B = 13.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#127214 (or 0x127214) is known color: Green. HEX triplet: 12, 72 and 14. RGB value is (18,114,20). Sum of RGB (Red+Green+Blue) = 18+114+20=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #127214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127214 is #ED8DEB. Grayscale: #4A4A4A. Windows color (decimal): -15568364 or 1339922. OLE color: 1339922.

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

Color convert

RGB 18 114 20 -
CMYK 0.84 0 0.82 0.55
HSL 121.25º 0.73% 0.26% -
HSV(B) 121.25º 0.84% 0.45% -
XYZ 6.39 12.21 2.68 -
YUV 74.58 97.2 87.64 -
System Red Green Blue C M Y K H S L
Decimal 18 114 20 0.84 0 0.82 0.55 121.25 0.73 0.26
Hex 12 72 14 54 0 52 37 79 49 1A
Octal 22 162 24 124 0 122 67 171 111 32
Binary 10010 1110010 10100 1010100 0 1010010 110111 1111001 1001001 11010

Color Harmonies of #127214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127214

Black with #127214

Text Example


Text Example

White with #127214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127214; }

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

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

background-color css

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

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

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

border-color css

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

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

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