Html Css Color HEX #0F6212 Green

📋 copy color: '#0F6212'

red 15 ◦ green 98 ◦ blue 18

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

Shades of Green #0F6212

Tints of Green #0F6212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 74.81%

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

R = 11.45%
G = 74.81%
B = 13.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#0F6212 (or 0x0F6212) is known color: Green. HEX triplet: 0F, 62 and 12. RGB value is (15,98,18). Sum of RGB (Red+Green+Blue) = 15+98+18=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6212 is #F09DED. Grayscale: #404040. Windows color (decimal): -15769070 or 1204751. OLE color: 1204751.

HSL color Cylindrical-coordinate representation of color #0F6212: hue angle of 122.17º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6212 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 98 18 -
CMYK 0.85 0 0.82 0.62
HSL 122.17º 0.73% 0.22% -
HSV(B) 122.17º 0.85% 0.38% -
XYZ 4.67 8.88 2.04 -
YUV 64.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 15 98 18 0.85 0 0.82 0.62 122.17 0.73 0.22
Hex F 62 12 55 0 52 3E 7A 49 16
Octal 17 142 22 125 0 122 76 172 111 26
Binary 1111 1100010 10010 1010101 0 1010010 111110 1111010 1001001 10110

Color Harmonies of #0F6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6212

Black with #0F6212

Text Example


Text Example

White with #0F6212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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