Html Css Color HEX #0FA142 Pigment Green

📋 copy color: '#0FA142'

red 15 ◦ green 161 ◦ blue 66

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

Shades of Pigment Green #0FA142

Tints of Pigment Green #0FA142

RGB

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

 GREEN value IS 161 (63.28% from 255) = 66.53%

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 6.2%
G = 66.53%
B = 27.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#0FA142 (or 0x0FA142) is known color: Pigment Green. HEX triplet: 0F, A1 and 42. RGB value is (15,161,66). Sum of RGB (Red+Green+Blue) = 15+161+66=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 161 (63.28% from 255 or 66.53% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA142 is #F05EBD. Grayscale: #6A6A6A. Windows color (decimal): -15752894 or 4366607. OLE color: 4366607.

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

Color convert

RGB 15 161 66 -
CMYK 0.91 0 0.59 0.37
HSL 140.96º 0.83% 0.35% -
HSV(B) 140.96º 0.91% 0.63% -
XYZ 13.93 25.98 9.44 -
YUV 106.52 105.13 62.72 -
System Red Green Blue C M Y K H S L
Decimal 15 161 66 0.91 0 0.59 0.37 140.96 0.83 0.35
Hex F A1 42 5B 0 3B 25 8D 53 23
Octal 17 241 102 133 0 73 45 215 123 43
Binary 1111 10100001 1000010 1011011 0 111011 100101 10001101 1010011 100011

Color Harmonies of #0FA142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA142

Black with #0FA142

Text Example


Text Example

White with #0FA142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,161,66); }

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

background-color css

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

 a { background-color: rgb(15,161,66); }

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

border-color css

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

 span { border-color: rgb(15,161,66); }

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