Html Css Color HEX #0FAD4D Pigment Green

📋 copy color: '#0FAD4D'

red 15 ◦ green 173 ◦ blue 77

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

Shades of Pigment Green #0FAD4D

Tints of Pigment Green #0FAD4D

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 value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#0FAD4D (or 0x0FAD4D) is known color: 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

RGB 15 173 77 -
CMYK 0.91 0 0.55 0.32
HSL 143.54º 0.84% 0.37% -
HSV(B) 143.54º 0.91% 0.68% -
XYZ 16.48 30.52 12.04 -
YUV 114.81 106.65 56.81 -
System Red Green Blue C M Y K H S L
Decimal 15 173 77 0.91 0 0.55 0.32 143.54 0.84 0.37
Hex F AD 4D 5B 0 37 20 90 54 25
Octal 17 255 115 133 0 67 40 220 124 45
Binary 1111 10101101 1001101 1011011 0 110111 100000 10010000 1010100 100101

Color Harmonies of #0FAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD4D

Black with #0FAD4D

Text Example


Text Example

White with #0FAD4D

Text Example


Text Example

HTML Codes & Css Web 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>