Html Css Color HEX #0FA74D Pigment Green

📋 copy color: '#0FA74D'

red 15 ◦ green 167 ◦ blue 77

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

Shades of Pigment Green #0FA74D

Tints of Pigment Green #0FA74D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 64.48%

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

R = 5.79%
G = 64.48%
B = 29.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#0FA74D (or 0x0FA74D) is known color: Pigment Green. HEX triplet: 0F, A7 and 4D. RGB value is (15,167,77). Sum of RGB (Red+Green+Blue) = 15+167+77=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 167 (65.62% from 255 or 64.48% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA74D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA74D is #F058B2. Grayscale: #6F6F6F. Windows color (decimal): -15751347 or 5089039. OLE color: 5089039.

HSL color Cylindrical-coordinate representation of color #0FA74D: hue angle of 144.47º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA74D is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 15 167 77 -
CMYK 0.91 0 0.54 0.35
HSL 144.47º 0.84% 0.36% -
HSV(B) 144.47º 0.91% 0.65% -
XYZ 15.36 28.27 11.67 -
YUV 111.29 108.64 59.32 -
System Red Green Blue C M Y K H S L
Decimal 15 167 77 0.91 0 0.54 0.35 144.47 0.84 0.36
Hex F A7 4D 5B 0 36 23 90 54 24
Octal 17 247 115 133 0 66 43 220 124 44
Binary 1111 10100111 1001101 1011011 0 110110 100011 10010000 1010100 100100

Color Harmonies of #0FA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA74D

Black with #0FA74D

Text Example


Text Example

White with #0FA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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