Html Css Color HEX #0F924E Pigment Green

📋 copy color: '#0F924E'

red 15 ◦ green 146 ◦ blue 78

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

Shades of Pigment Green #0F924E

Tints of Pigment Green #0F924E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 61.09%

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 6.28%
G = 61.09%
B = 32.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#0F924E (or 0x0F924E) is known color: Pigment Green. HEX triplet: 0F, 92 and 4E. RGB value is (15,146,78). Sum of RGB (Red+Green+Blue) = 15+146+78=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #0F924E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F924E is #F06DB1. Grayscale: #636363. Windows color (decimal): -15756722 or 5149199. OLE color: 5149199.

HSL color Cylindrical-coordinate representation of color #0F924E: hue angle of 148.85º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F924E is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 146 78 -
CMYK 0.90 0 0.47 0.43
HSL 148.86º 0.81% 0.32% -
HSV(B) 148.86º 0.9% 0.57% -
XYZ 11.85 21.21 10.68 -
YUV 99.08 116.1 68.03 -
System Red Green Blue C M Y K H S L
Decimal 15 146 78 0.90 0 0.47 0.43 148.86 0.81 0.32
Hex F 92 4E 5A 0 2F 2B 95 51 20
Octal 17 222 116 132 0 57 53 225 121 40
Binary 1111 10010010 1001110 1011010 0 101111 101011 10010101 1010001 100000

Color Harmonies of #0F924E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F924E

Black with #0F924E

Text Example


Text Example

White with #0F924E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,146,78); }

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

background-color css

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

 a { background-color: rgb(15,146,78); }

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

border-color css

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

 span { border-color: rgb(15,146,78); }

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