Html Css Color HEX #0FAF5D Pigment Green

📋 copy color: '#0FAF5D'

red 15 ◦ green 175 ◦ blue 93

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

Shades of Pigment Green #0FAF5D

Tints of Pigment Green #0FAF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 61.84%

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 5.3%
G = 61.84%
B = 32.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#0FAF5D (or 0x0FAF5D) is known color: Pigment Green. HEX triplet: 0F, AF and 5D. RGB value is (15,175,93). Sum of RGB (Red+Green+Blue) = 15+175+93=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF5D is #F050A2. Grayscale: #757575. Windows color (decimal): -15749283 or 6139663. OLE color: 6139663.

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

Color convert

RGB 15 175 93 -
CMYK 0.91 0 0.47 0.31
HSL 149.25º 0.84% 0.37% -
HSV(B) 149.25º 0.91% 0.69% -
XYZ 17.5 31.55 15.52 -
YUV 117.81 113.99 54.67 -
System Red Green Blue C M Y K H S L
Decimal 15 175 93 0.91 0 0.47 0.31 149.25 0.84 0.37
Hex F AF 5D 5B 0 2F 1F 95 54 25
Octal 17 257 135 133 0 57 37 225 124 45
Binary 1111 10101111 1011101 1011011 0 101111 11111 10010101 1010100 100101

Color Harmonies of #0FAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF5D

Black with #0FAF5D

Text Example


Text Example

White with #0FAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,175,93); }

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

background-color css

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

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

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

border-color css

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

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

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