Html Css Color HEX #127515 Green

📋 copy color: '#127515'

red 18 ◦ green 117 ◦ blue 21

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

Shades of Green #127515

Tints of Green #127515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 11.54%
G = 75%
B = 13.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#127515 (or 0x127515) is known color: Green. HEX triplet: 12, 75 and 15. RGB value is (18,117,21). Sum of RGB (Red+Green+Blue) = 18+117+21=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #127515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127515 is #ED8AEA. Grayscale: #4C4C4C. Windows color (decimal): -15567595 or 1406226. OLE color: 1406226.

HSL color Cylindrical-coordinate representation of color #127515: hue angle of 121.82º 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 #127515 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 21 -
CMYK 0.85 0 0.82 0.54
HSL 121.82º 0.73% 0.26% -
HSV(B) 121.82º 0.85% 0.46% -
XYZ 6.75 12.91 2.84 -
YUV 76.46 96.7 86.31 -
System Red Green Blue C M Y K H S L
Decimal 18 117 21 0.85 0 0.82 0.54 121.82 0.73 0.26
Hex 12 75 15 55 0 52 36 7A 49 1A
Octal 22 165 25 125 0 122 66 172 111 32
Binary 10010 1110101 10101 1010101 0 1010010 110110 1111010 1001001 11010

Color Harmonies of #127515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127515

Black with #127515

Text Example


Text Example

White with #127515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127515; }

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

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

background-color css

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

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

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

border-color css

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

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

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