Html Css Color HEX #0FAD4F Pigment Green

📋 copy color: '#0FAD4F'

red 15 ◦ green 173 ◦ blue 79

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

Shades of Pigment Green #0FAD4F

Tints of Pigment Green #0FAD4F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 64.79%

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 5.62%
G = 64.79%
B = 29.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#0FAD4F (or 0x0FAD4F) is known color: Pigment Green. HEX triplet: 0F, AD and 4F. RGB value is (15,173,79). Sum of RGB (Red+Green+Blue) = 15+173+79=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD4F is #F052B0. Grayscale: #737373. Windows color (decimal): -15749809 or 5221647. OLE color: 5221647.

HSL color Cylindrical-coordinate representation of color #0FAD4F: hue angle of 144.3º 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 #0FAD4F is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 173 79 -
CMYK 0.91 0 0.54 0.32
HSL 144.3º 0.84% 0.37% -
HSV(B) 144.3º 0.91% 0.68% -
XYZ 16.55 30.55 12.42 -
YUV 115.04 107.65 56.64 -
System Red Green Blue C M Y K H S L
Decimal 15 173 79 0.91 0 0.54 0.32 144.3 0.84 0.37
Hex F AD 4F 5B 0 36 20 90 54 25
Octal 17 255 117 133 0 66 40 220 124 45
Binary 1111 10101101 1001111 1011011 0 110110 100000 10010000 1010100 100101

Color Harmonies of #0FAD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD4F

Black with #0FAD4F

Text Example


Text Example

White with #0FAD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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