Html Css Color HEX #0FAC4B Pigment Green

📋 copy color: '#0FAC4B'

red 15 ◦ green 172 ◦ blue 75

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

Shades of Pigment Green #0FAC4B

Tints of Pigment Green #0FAC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 5.73%
G = 65.65%
B = 28.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#0FAC4B (or 0x0FAC4B) is known color: Pigment Green. HEX triplet: 0F, AC and 4B. RGB value is (15,172,75). Sum of RGB (Red+Green+Blue) = 15+172+75=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC4B is #F053B4. Grayscale: #727272. Windows color (decimal): -15750069 or 4959247. OLE color: 4959247.

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

Color convert

RGB 15 172 75 -
CMYK 0.91 0 0.56 0.33
HSL 142.93º 0.84% 0.37% -
HSV(B) 142.93º 0.91% 0.67% -
XYZ 16.22 30.11 11.61 -
YUV 114 105.99 57.39 -
System Red Green Blue C M Y K H S L
Decimal 15 172 75 0.91 0 0.56 0.33 142.93 0.84 0.37
Hex F AC 4B 5B 0 38 21 8F 54 25
Octal 17 254 113 133 0 70 41 217 124 45
Binary 1111 10101100 1001011 1011011 0 111000 100001 10001111 1010100 100101

Color Harmonies of #0FAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC4B

Black with #0FAC4B

Text Example


Text Example

White with #0FAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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