Html Css Color HEX #0F943E Pigment Green

📋 copy color: '#0F943E'

red 15 ◦ green 148 ◦ blue 62

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

Shades of Pigment Green #0F943E

Tints of Pigment Green #0F943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.78%

 BLUE value IS 62 (24.61% from 255) = 27.56%

R = 6.67%
G = 65.78%
B = 27.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#0F943E (or 0x0F943E) is known color: Pigment Green. HEX triplet: 0F, 94 and 3E. RGB value is (15,148,62). Sum of RGB (Red+Green+Blue) = 15+148+62=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #0F943E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F943E is #F06BC1. Grayscale: #626262. Windows color (decimal): -15756226 or 4101135. OLE color: 4101135.

HSL color Cylindrical-coordinate representation of color #0F943E: hue angle of 141.2º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F943E is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 148 62 -
CMYK 0.90 0 0.58 0.42
HSL 141.2º 0.82% 0.32% -
HSV(B) 141.2º 0.9% 0.58% -
XYZ 11.66 21.63 8.12 -
YUV 98.43 107.44 68.49 -
System Red Green Blue C M Y K H S L
Decimal 15 148 62 0.90 0 0.58 0.42 141.2 0.82 0.32
Hex F 94 3E 5A 0 3A 2A 8D 52 20
Octal 17 224 76 132 0 72 52 215 122 40
Binary 1111 10010100 111110 1011010 0 111010 101010 10001101 1010010 100000

Color Harmonies of #0F943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F943E

Black with #0F943E

Text Example


Text Example

White with #0F943E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,148,62); }

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

background-color css

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

 a { background-color: rgb(15,148,62); }

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

border-color css

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

 span { border-color: rgb(15,148,62); }

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