Html Css Color HEX #0F6412 Green

📋 copy color: '#0F6412'

red 15 ◦ green 100 ◦ blue 18

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

Shades of Green #0F6412

Tints of Green #0F6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 75.19%

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 11.28%
G = 75.19%
B = 13.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#0F6412 (or 0x0F6412) is known color: Green. HEX triplet: 0F, 64 and 12. RGB value is (15,100,18). Sum of RGB (Red+Green+Blue) = 15+100+18=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 100 (39.45% from 255 or 75.19% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 100 - color contains mainly: green. Hex color #0F6412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6412 is #F09BED. Grayscale: #414141. Windows color (decimal): -15768558 or 1205263. OLE color: 1205263.

HSL color Cylindrical-coordinate representation of color #0F6412: hue angle of 122.12º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6412 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 100 18 -
CMYK 0.85 0 0.82 0.61
HSL 122.12º 0.74% 0.23% -
HSV(B) 122.12º 0.85% 0.39% -
XYZ 4.86 9.26 2.1 -
YUV 65.24 101.34 92.17 -
System Red Green Blue C M Y K H S L
Decimal 15 100 18 0.85 0 0.82 0.61 122.12 0.74 0.23
Hex F 64 12 55 0 52 3D 7A 4A 17
Octal 17 144 22 125 0 122 75 172 112 27
Binary 1111 1100100 10010 1010101 0 1010010 111101 1111010 1001010 10111

Color Harmonies of #0F6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6412

Black with #0F6412

Text Example


Text Example

White with #0F6412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,100,18); }

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

background-color css

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

 a { background-color: rgb(15,100,18); }

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

border-color css

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

 span { border-color: rgb(15,100,18); }

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