Html Css Color HEX #0FA74A Pigment Green

📋 copy color: '#0FA74A'

red 15 ◦ green 167 ◦ blue 74

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

Shades of Pigment Green #0FA74A

Tints of Pigment Green #0FA74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 5.86%
G = 65.23%
B = 28.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#0FA74A (or 0x0FA74A) is known color: Pigment Green. HEX triplet: 0F, A7 and 4A. RGB value is (15,167,74). Sum of RGB (Red+Green+Blue) = 15+167+74=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 167 (65.62% from 255 or 65.23% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA74A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA74A is #F058B5. Grayscale: #6F6F6F. Windows color (decimal): -15751350 or 4892431. OLE color: 4892431.

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

Color convert

RGB 15 167 74 -
CMYK 0.91 0 0.56 0.35
HSL 143.29º 0.84% 0.36% -
HSV(B) 143.29º 0.91% 0.65% -
XYZ 15.25 28.23 11.12 -
YUV 110.95 107.14 59.56 -
System Red Green Blue C M Y K H S L
Decimal 15 167 74 0.91 0 0.56 0.35 143.29 0.84 0.36
Hex F A7 4A 5B 0 38 23 8F 54 24
Octal 17 247 112 133 0 70 43 217 124 44
Binary 1111 10100111 1001010 1011011 0 111000 100011 10001111 1010100 100100

Color Harmonies of #0FA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA74A

Black with #0FA74A

Text Example


Text Example

White with #0FA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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