Html Css Color HEX #0FA846 Pigment Green

📋 copy color: '#0FA846'

red 15 ◦ green 168 ◦ blue 70

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

Shades of Pigment Green #0FA846

Tints of Pigment Green #0FA846

RGB

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

 GREEN value IS 168 (66.02% from 255) = 66.4%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 5.93%
G = 66.4%
B = 27.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#0FA846 (or 0x0FA846) is known color: Pigment Green. HEX triplet: 0F, A8 and 46. RGB value is (15,168,70). Sum of RGB (Red+Green+Blue) = 15+168+70=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 168 (66.02% from 255 or 66.40% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA846 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA846 is #F057B9. Grayscale: #6F6F6F. Windows color (decimal): -15751098 or 4630543. OLE color: 4630543.

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

Color convert

RGB 15 168 70 -
CMYK 0.91 0 0.58 0.34
HSL 141.57º 0.84% 0.36% -
HSV(B) 141.57º 0.91% 0.66% -
XYZ 15.31 28.55 10.5 -
YUV 111.08 104.81 59.47 -
System Red Green Blue C M Y K H S L
Decimal 15 168 70 0.91 0 0.58 0.34 141.57 0.84 0.36
Hex F A8 46 5B 0 3A 22 8E 54 24
Octal 17 250 106 133 0 72 42 216 124 44
Binary 1111 10101000 1000110 1011011 0 111010 100010 10001110 1010100 100100

Color Harmonies of #0FA846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA846

Black with #0FA846

Text Example


Text Example

White with #0FA846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,168,70); }

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

background-color css

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

 a { background-color: rgb(15,168,70); }

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

border-color css

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

 span { border-color: rgb(15,168,70); }

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