Html Css Color HEX #0E7F15 Green

📋 copy color: '#0E7F15'

red 14 ◦ green 127 ◦ blue 21

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

Shades of Green #0E7F15

Tints of Green #0E7F15

RGB

 RED value IS 14 (5.86% from 255) = 8.64%

 GREEN value IS 127 (50% from 255) = 78.4%

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

R = 8.64%
G = 78.4%
B = 12.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#0E7F15 (or 0x0E7F15) is known color: Green. HEX triplet: 0E, 7F and 15. RGB value is (14,127,21). Sum of RGB (Red+Green+Blue) = 14+127+21=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 127 (50% from 255 or 78.40% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7F15 is #F180EA. Grayscale: #515151. Windows color (decimal): -15827179 or 1408782. OLE color: 1408782.

HSL color Cylindrical-coordinate representation of color #0E7F15: hue angle of 123.72º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F15 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 14 127 21 -
CMYK 0.89 0 0.83 0.50
HSL 123.72º 0.8% 0.28% -
HSV(B) 123.72º 0.89% 0.5% -
XYZ 7.91 15.33 3.25 -
YUV 81.13 94.06 80.12 -
System Red Green Blue C M Y K H S L
Decimal 14 127 21 0.89 0 0.83 0.50 123.72 0.8 0.28
Hex E 7F 15 59 0 53 32 7C 50 1C
Octal 16 177 25 131 0 123 62 174 120 34
Binary 1110 1111111 10101 1011001 0 1010011 110010 1111100 1010000 11100

Color Harmonies of #0E7F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7F15

Black with #0E7F15

Text Example


Text Example

White with #0E7F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E7F15; }

 p { color: rgb(14,127,21); }

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

background-color css

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

 a { background-color: rgb(14,127,21); }

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

border-color css

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

 span { border-color: rgb(14,127,21); }

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