Html Css Color HEX #0FAD5B Pigment Green

📋 copy color: '#0FAD5B'

red 15 ◦ green 173 ◦ blue 91

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

Shades of Pigment Green #0FAD5B

Tints of Pigment Green #0FAD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 5.38%
G = 62.01%
B = 32.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#0FAD5B (or 0x0FAD5B) is known color: Pigment Green. HEX triplet: 0F, AD and 5B. RGB value is (15,173,91). Sum of RGB (Red+Green+Blue) = 15+173+91=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD5B is #F052A4. Grayscale: #747474. Windows color (decimal): -15749797 or 6008079. OLE color: 6008079.

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

Color convert

RGB 15 173 91 -
CMYK 0.91 0 0.47 0.32
HSL 148.86º 0.84% 0.37% -
HSV(B) 148.86º 0.91% 0.68% -
XYZ 17.03 30.74 14.93 -
YUV 116.41 113.65 55.67 -
System Red Green Blue C M Y K H S L
Decimal 15 173 91 0.91 0 0.47 0.32 148.86 0.84 0.37
Hex F AD 5B 5B 0 2F 20 95 54 25
Octal 17 255 133 133 0 57 40 225 124 45
Binary 1111 10101101 1011011 1011011 0 101111 100000 10010101 1010100 100101

Color Harmonies of #0FAD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD5B

Black with #0FAD5B

Text Example


Text Example

White with #0FAD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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