Html Css Color HEX #0F600D Green

📋 copy color: '#0F600D'

red 15 ◦ green 96 ◦ blue 13

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

Shades of Green #0F600D

Tints of Green #0F600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 77.42%

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 12.1%
G = 77.42%
B = 10.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#0F600D (or 0x0F600D) is known color: Green. HEX triplet: 0F, 60 and 0D. RGB value is (15,96,13). Sum of RGB (Red+Green+Blue) = 15+96+13=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #0F600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F600D is #F09FF2. Grayscale: #3E3E3E. Windows color (decimal): -15769587 or 876559. OLE color: 876559.

HSL color Cylindrical-coordinate representation of color #0F600D: hue angle of 118.55º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F600D is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 96 13 -
CMYK 0.84 0 0.86 0.62
HSL 118.55º 0.76% 0.21% -
HSV(B) 118.55º 0.86% 0.38% -
XYZ 4.45 8.5 1.79 -
YUV 62.32 100.16 94.25 -
System Red Green Blue C M Y K H S L
Decimal 15 96 13 0.84 0 0.86 0.62 118.55 0.76 0.21
Hex F 60 D 54 0 56 3E 77 4C 15
Octal 17 140 15 124 0 126 76 167 114 25
Binary 1111 1100000 1101 1010100 0 1010110 111110 1110111 1001100 10101

Color Harmonies of #0F600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F600D

Black with #0F600D

Text Example


Text Example

White with #0F600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,96,13); }

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

background-color css

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

 a { background-color: rgb(15,96,13); }

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

border-color css

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

 span { border-color: rgb(15,96,13); }

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