#0FAD4D

Color #0FAD4D Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0FAD4D

Tints of Pigment Green #0FAD4D

Color information

#0FAD4D (or 0x0FAD4D) is unknown color: approx Pigment Green. HEX triplet: 0F, AD and 4D. RGB value is (15,173,77). Sum of RGB (Red+Green+Blue) = 15+173+77=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD4D is #F052B2. Grayscale: #737373. Windows color (decimal): -15749811 or 5090575. OLE color: 5090575.

HSL color Cylindrical-coordinate representation of color #0FAD4D: hue angle of 143.54º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD4D is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1517377-
CMYK0.9100.550.32
HSL143.54º84.04%36.86%-
HSV(B)143.54º91.33%67.84%-
XYZ16.4830.5212.04-
YUV114.81106.6556.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.66%
GREEN value IS 173 (67.97% from 255) = 65.28%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=5.66%
G=65.28%
B=29.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15173770.9100.550.32143.5484.0436.86
HexFAD4D5B03720905425
Octal172551151330674022012445
Binary111110101101100110110110110110111100000100100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,173,77); }

 H1.HeaderClassName
 {
   color: #0FAD4D;
 }
 .AnyTagClassName
 {
   color: #0FAD4D;
 }
</style>
background-color css

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

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

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

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

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

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