Html Css Color HEX #0FAF4D Pigment Green

📋 copy color: '#0FAF4D'

red 15 ◦ green 175 ◦ blue 77

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

Shades of Pigment Green #0FAF4D

Tints of Pigment Green #0FAF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 5.62%
G = 65.54%
B = 28.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#0FAF4D (or 0x0FAF4D) is known color: Pigment Green. HEX triplet: 0F, AF and 4D. RGB value is (15,175,77). Sum of RGB (Red+Green+Blue) = 15+175+77=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 175 (68.75% from 255 or 65.54% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF4D is #F050B2. Grayscale: #747474. Windows color (decimal): -15749299 or 5091087. OLE color: 5091087.

HSL color Cylindrical-coordinate representation of color #0FAF4D: hue angle of 143.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 #0FAF4D is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 175 77 -
CMYK 0.91 0 0.56 0.31
HSL 143.25º 0.84% 0.37% -
HSV(B) 143.25º 0.91% 0.69% -
XYZ 16.87 31.3 12.17 -
YUV 115.99 105.99 55.97 -
System Red Green Blue C M Y K H S L
Decimal 15 175 77 0.91 0 0.56 0.31 143.25 0.84 0.37
Hex F AF 4D 5B 0 38 1F 8F 54 25
Octal 17 257 115 133 0 70 37 217 124 45
Binary 1111 10101111 1001101 1011011 0 111000 11111 10001111 1010100 100101

Color Harmonies of #0FAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF4D

Black with #0FAF4D

Text Example


Text Example

White with #0FAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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