Html Css Color HEX #0FA259 Pigment Green

📋 copy color: '#0FA259'

red 15 ◦ green 162 ◦ blue 89

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

Shades of Pigment Green #0FA259

Tints of Pigment Green #0FA259

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60.9%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 5.64%
G = 60.9%
B = 33.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#0FA259 (or 0x0FA259) is known color: Pigment Green. HEX triplet: 0F, A2 and 59. RGB value is (15,162,89). Sum of RGB (Red+Green+Blue) = 15+162+89=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA259 is #F05DA6. Grayscale: #6D6D6D. Windows color (decimal): -15752615 or 5874191. OLE color: 5874191.

HSL color Cylindrical-coordinate representation of color #0FA259: hue angle of 150.2º 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 #0FA259 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 162 89 -
CMYK 0.91 0 0.45 0.36
HSL 150.2º 0.83% 0.35% -
HSV(B) 150.2º 0.91% 0.64% -
XYZ 14.92 26.66 13.81 -
YUV 109.73 116.3 60.44 -
System Red Green Blue C M Y K H S L
Decimal 15 162 89 0.91 0 0.45 0.36 150.2 0.83 0.35
Hex F A2 59 5B 0 2D 24 96 53 23
Octal 17 242 131 133 0 55 44 226 123 43
Binary 1111 10100010 1011001 1011011 0 101101 100100 10010110 1010011 100011

Color Harmonies of #0FA259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA259

Black with #0FA259

Text Example


Text Example

White with #0FA259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,162,89); }

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

background-color css

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

 a { background-color: rgb(15,162,89); }

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

border-color css

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

 span { border-color: rgb(15,162,89); }

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