Html Css Color HEX #127510 Green

📋 copy color: '#127510'

red 18 ◦ green 117 ◦ blue 16

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

Shades of Green #127510

Tints of Green #127510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 11.92%
G = 77.48%
B = 10.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#127510 (or 0x127510) is known color: Green. HEX triplet: 12, 75 and 10. RGB value is (18,117,16). Sum of RGB (Red+Green+Blue) = 18+117+16=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #127510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127510 is #ED8AEF. Grayscale: #4C4C4C. Windows color (decimal): -15567600 or 1078546. OLE color: 1078546.

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

Color convert

RGB 18 117 16 -
CMYK 0.85 0 0.86 0.54
HSL 118.81º 0.76% 0.26% -
HSV(B) 118.81º 0.86% 0.46% -
XYZ 6.7 12.89 2.62 -
YUV 75.89 94.2 86.71 -
System Red Green Blue C M Y K H S L
Decimal 18 117 16 0.85 0 0.86 0.54 118.81 0.76 0.26
Hex 12 75 10 55 0 56 36 77 4C 1A
Octal 22 165 20 125 0 126 66 167 114 32
Binary 10010 1110101 10000 1010101 0 1010110 110110 1110111 1001100 11010

Color Harmonies of #127510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127510

Black with #127510

Text Example


Text Example

White with #127510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127510; }

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

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

background-color css

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

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

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

border-color css

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

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

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