Html Css Color HEX #0F6802 Green

📋 copy color: '#0F6802'

red 15 ◦ green 104 ◦ blue 2

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

Shades of Green #0F6802

Tints of Green #0F6802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 85.95%

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 12.4%
G = 85.95%
B = 1.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#0F6802 (or 0x0F6802) is known color: Green. HEX triplet: 0F, 68 and 02. RGB value is (15,104,2). Sum of RGB (Red+Green+Blue) = 15+104+2=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 104 (41.02% from 255 or 85.95% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6802 is #F097FD. Grayscale: #424242. Windows color (decimal): -15767550 or 157711. OLE color: 157711.

HSL color Cylindrical-coordinate representation of color #0F6802: hue angle of 112.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F6802 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 104 2 -
CMYK 0.86 0 0.98 0.59
HSL 112.35º 0.96% 0.21% -
HSV(B) 112.35º 0.98% 0.41% -
XYZ 5.16 10.01 1.72 -
YUV 65.76 92.01 91.79 -
System Red Green Blue C M Y K H S L
Decimal 15 104 2 0.86 0 0.98 0.59 112.35 0.96 0.21
Hex F 68 2 56 0 62 3B 70 60 15
Octal 17 150 2 126 0 142 73 160 140 25
Binary 1111 1101000 10 1010110 0 1100010 111011 1110000 1100000 10101

Color Harmonies of #0F6802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6802

Black with #0F6802

Text Example


Text Example

White with #0F6802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,104,2); }

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

background-color css

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

 a { background-color: rgb(15,104,2); }

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

border-color css

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

 span { border-color: rgb(15,104,2); }

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