Html Css Color HEX #0F600F Green

📋 copy color: '#0F600F'

red 15 ◦ green 96 ◦ blue 15

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

Shades of Green #0F600F

Tints of Green #0F600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 11.9%
G = 76.19%
B = 11.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#0F600F (or 0x0F600F) is known color: Green. HEX triplet: 0F, 60 and 0F. RGB value is (15,96,15). Sum of RGB (Red+Green+Blue) = 15+96+15=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #0F600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F600F is #F09FF0. Grayscale: #3E3E3E. Windows color (decimal): -15769585 or 1007631. OLE color: 1007631.

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

Color convert

RGB 15 96 15 -
CMYK 0.84 0 0.84 0.62
HSL 120º 0.73% 0.22% -
HSV(B) 120º 0.84% 0.38% -
XYZ 4.47 8.5 1.86 -
YUV 62.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 15 96 15 0.84 0 0.84 0.62 120 0.73 0.22
Hex F 60 F 54 0 54 3E 78 49 16
Octal 17 140 17 124 0 124 76 170 111 26
Binary 1111 1100000 1111 1010100 0 1010100 111110 1111000 1001001 10110

Color Harmonies of #0F600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F600F

Black with #0F600F

Text Example


Text Example

White with #0F600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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