Html Css Color HEX #0FA54F Pigment Green

📋 copy color: '#0FA54F'

red 15 ◦ green 165 ◦ blue 79

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

Shades of Pigment Green #0FA54F

Tints of Pigment Green #0FA54F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 63.71%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 5.79%
G = 63.71%
B = 30.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#0FA54F (or 0x0FA54F) is known color: Pigment Green. HEX triplet: 0F, A5 and 4F. RGB value is (15,165,79). Sum of RGB (Red+Green+Blue) = 15+165+79=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 165 (64.84% from 255 or 63.71% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA54F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA54F is #F05AB0. Grayscale: #6E6E6E. Windows color (decimal): -15751857 or 5219599. OLE color: 5219599.

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

Color convert

RGB 15 165 79 -
CMYK 0.91 0 0.52 0.35
HSL 145.6º 0.83% 0.35% -
HSV(B) 145.6º 0.91% 0.65% -
XYZ 15.06 27.58 11.93 -
YUV 110.35 110.31 59.99 -
System Red Green Blue C M Y K H S L
Decimal 15 165 79 0.91 0 0.52 0.35 145.6 0.83 0.35
Hex F A5 4F 5B 0 34 23 92 53 23
Octal 17 245 117 133 0 64 43 222 123 43
Binary 1111 10100101 1001111 1011011 0 110100 100011 10010010 1010011 100011

Color Harmonies of #0FA54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA54F

Black with #0FA54F

Text Example


Text Example

White with #0FA54F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,165,79); }

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

background-color css

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

 a { background-color: rgb(15,165,79); }

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

border-color css

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

 span { border-color: rgb(15,165,79); }

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