Html Css Color HEX #0FA348 Pigment Green

📋 copy color: '#0FA348'

red 15 ◦ green 163 ◦ blue 72

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

Shades of Pigment Green #0FA348

Tints of Pigment Green #0FA348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 65.2%

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 6%
G = 65.2%
B = 28.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#0FA348 (or 0x0FA348) is known color: Pigment Green. HEX triplet: 0F, A3 and 48. RGB value is (15,163,72). Sum of RGB (Red+Green+Blue) = 15+163+72=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 163 (64.06% from 255 or 65.2% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA348 is #F05CB7. Grayscale: #6C6C6C. Windows color (decimal): -15752376 or 4760335. OLE color: 4760335.

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

Color convert

RGB 15 163 72 -
CMYK 0.91 0 0.56 0.36
HSL 143.11º 0.83% 0.35% -
HSV(B) 143.11º 0.91% 0.64% -
XYZ 14.46 26.76 10.53 -
YUV 108.37 107.47 61.4 -
System Red Green Blue C M Y K H S L
Decimal 15 163 72 0.91 0 0.56 0.36 143.11 0.83 0.35
Hex F A3 48 5B 0 38 24 8F 53 23
Octal 17 243 110 133 0 70 44 217 123 43
Binary 1111 10100011 1001000 1011011 0 111000 100100 10001111 1010011 100011

Color Harmonies of #0FA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA348

Black with #0FA348

Text Example


Text Example

White with #0FA348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,163,72); }

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

background-color css

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

 a { background-color: rgb(15,163,72); }

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

border-color css

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

 span { border-color: rgb(15,163,72); }

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