Html Css Color HEX #0F7A14 Green

📋 copy color: '#0F7A14'

red 15 ◦ green 122 ◦ blue 20

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

Shades of Green #0F7A14

Tints of Green #0F7A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 77.71%

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

R = 9.55%
G = 77.71%
B = 12.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#0F7A14 (or 0x0F7A14) is known color: Green. HEX triplet: 0F, 7A and 14. RGB value is (15,122,20). Sum of RGB (Red+Green+Blue) = 15+122+20=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 122 (48.05% from 255 or 77.71% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7A14 is #F085EB. Grayscale: #4E4E4E. Windows color (decimal): -15762924 or 1341967. OLE color: 1341967.

HSL color Cylindrical-coordinate representation of color #0F7A14: hue angle of 122.8º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7A14 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 122 20 -
CMYK 0.88 0 0.84 0.52
HSL 122.8º 0.78% 0.27% -
HSV(B) 122.8º 0.88% 0.48% -
XYZ 7.28 14.07 2.99 -
YUV 78.38 95.05 82.79 -
System Red Green Blue C M Y K H S L
Decimal 15 122 20 0.88 0 0.84 0.52 122.8 0.78 0.27
Hex F 7A 14 58 0 54 34 7B 4E 1B
Octal 17 172 24 130 0 124 64 173 116 33
Binary 1111 1111010 10100 1011000 0 1010100 110100 1111011 1001110 11011

Color Harmonies of #0F7A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7A14

Black with #0F7A14

Text Example


Text Example

White with #0F7A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,122,20); }

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

background-color css

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

 a { background-color: rgb(15,122,20); }

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

border-color css

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

 span { border-color: rgb(15,122,20); }

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