Html Css Color HEX #0FAC54 Pigment Green

📋 copy color: '#0FAC54'

red 15 ◦ green 172 ◦ blue 84

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

Shades of Pigment Green #0FAC54

Tints of Pigment Green #0FAC54

RGB

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

 GREEN value IS 172 (67.58% from 255) = 63.47%

 BLUE value IS 84 (33.2% from 255) = 31%

R = 5.54%
G = 63.47%
B = 31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#0FAC54 (or 0x0FAC54) is known color: Pigment Green. HEX triplet: 0F, AC and 54. RGB value is (15,172,84). Sum of RGB (Red+Green+Blue) = 15+172+84=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC54 is #F053AB. Grayscale: #737373. Windows color (decimal): -15750060 or 5549071. OLE color: 5549071.

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

Color convert

RGB 15 172 84 -
CMYK 0.91 0 0.51 0.33
HSL 146.37º 0.84% 0.37% -
HSV(B) 146.37º 0.91% 0.67% -
XYZ 16.55 30.25 13.35 -
YUV 115.03 110.49 56.66 -
System Red Green Blue C M Y K H S L
Decimal 15 172 84 0.91 0 0.51 0.33 146.37 0.84 0.37
Hex F AC 54 5B 0 33 21 92 54 25
Octal 17 254 124 133 0 63 41 222 124 45
Binary 1111 10101100 1010100 1011011 0 110011 100001 10010010 1010100 100101

Color Harmonies of #0FAC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC54

Black with #0FAC54

Text Example


Text Example

White with #0FAC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,84); }

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

background-color css

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

 a { background-color: rgb(15,172,84); }

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

border-color css

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

 span { border-color: rgb(15,172,84); }

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