Html Css Color HEX #0F870A Green

📋 copy color: '#0F870A'

red 15 ◦ green 135 ◦ blue 10

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

Shades of Green #0F870A

Tints of Green #0F870A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 84.38%

 BLUE value IS 10 (4.3% from 255) = 6.25%

R = 9.38%
G = 84.38%
B = 6.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#0F870A (or 0x0F870A) is known color: Green. HEX triplet: 0F, 87 and 0A. RGB value is (15,135,10). Sum of RGB (Red+Green+Blue) = 15+135+10=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 135 (53.12% from 255 or 84.38% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 135 - color contains mainly: green. Hex color #0F870A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F870A is #F078F5. Grayscale: #555555. Windows color (decimal): -15759606 or 689935. OLE color: 689935.

HSL color Cylindrical-coordinate representation of color #0F870A: hue angle of 117.6º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F870A is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 135 10 -
CMYK 0.89 0 0.93 0.47
HSL 117.6º 0.86% 0.28% -
HSV(B) 117.6º 0.93% 0.53% -
XYZ 8.92 17.45 3.19 -
YUV 84.87 85.74 78.16 -
System Red Green Blue C M Y K H S L
Decimal 15 135 10 0.89 0 0.93 0.47 117.6 0.86 0.28
Hex F 87 A 59 0 5D 2F 76 56 1C
Octal 17 207 12 131 0 135 57 166 126 34
Binary 1111 10000111 1010 1011001 0 1011101 101111 1110110 1010110 11100

Color Harmonies of #0F870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F870A

Black with #0F870A

Text Example


Text Example

White with #0F870A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,135,10); }

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

background-color css

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

 a { background-color: rgb(15,135,10); }

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

border-color css

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

 span { border-color: rgb(15,135,10); }

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