Html Css Color HEX #0F6401 Green

📋 copy color: '#0F6401'

red 15 ◦ green 100 ◦ blue 1

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

Shades of Green #0F6401

Tints of Green #0F6401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 12.93%
G = 86.21%
B = 0.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#0F6401 (or 0x0F6401) is known color: Green. HEX triplet: 0F, 64 and 01. RGB value is (15,100,1). Sum of RGB (Red+Green+Blue) = 15+100+1=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 100 (39.45% from 255 or 86.21% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 100 - color contains mainly: green. Hex color #0F6401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6401 is #F09BFE. Grayscale: #3F3F3F. Windows color (decimal): -15768575 or 91151. OLE color: 91151.

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

Color convert

RGB 15 100 1 -
CMYK 0.85 0 0.99 0.61
HSL 111.52º 0.98% 0.2% -
HSV(B) 111.52º 0.99% 0.39% -
XYZ 4.76 9.22 1.56 -
YUV 63.3 92.84 93.55 -
System Red Green Blue C M Y K H S L
Decimal 15 100 1 0.85 0 0.99 0.61 111.52 0.98 0.2
Hex F 64 1 55 0 63 3D 70 62 14
Octal 17 144 1 125 0 143 75 160 142 24
Binary 1111 1100100 1 1010101 0 1100011 111101 1110000 1100010 10100

Color Harmonies of #0F6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6401

Black with #0F6401

Text Example


Text Example

White with #0F6401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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