Html Css Color HEX #0F7D15 Green

📋 copy color: '#0F7D15'

red 15 ◦ green 125 ◦ blue 21

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

Shades of Green #0F7D15

Tints of Green #0F7D15

RGB

 RED value IS 15 (6.25% from 255) = 9.32%

 GREEN value IS 125 (49.22% from 255) = 77.64%

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

R = 9.32%
G = 77.64%
B = 13.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#0F7D15 (or 0x0F7D15) is known color: Green. HEX triplet: 0F, 7D and 15. RGB value is (15,125,21). Sum of RGB (Red+Green+Blue) = 15+125+21=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 125 (49.22% from 255 or 77.64% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 125 - color contains mainly: green. Hex color #0F7D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7D15 is #F082EA. Grayscale: #505050. Windows color (decimal): -15762155 or 1408271. OLE color: 1408271.

HSL color Cylindrical-coordinate representation of color #0F7D15: hue angle of 123.27º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7D15 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 125 21 -
CMYK 0.88 0 0.83 0.51
HSL 123.27º 0.79% 0.27% -
HSV(B) 123.27º 0.88% 0.49% -
XYZ 7.67 14.82 3.17 -
YUV 80.25 94.56 81.46 -
System Red Green Blue C M Y K H S L
Decimal 15 125 21 0.88 0 0.83 0.51 123.27 0.79 0.27
Hex F 7D 15 58 0 53 33 7B 4F 1B
Octal 17 175 25 130 0 123 63 173 117 33
Binary 1111 1111101 10101 1011000 0 1010011 110011 1111011 1001111 11011

Color Harmonies of #0F7D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7D15

Black with #0F7D15

Text Example


Text Example

White with #0F7D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,125,21); }

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

background-color css

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

 a { background-color: rgb(15,125,21); }

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

border-color css

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

 span { border-color: rgb(15,125,21); }

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