Html Css Color HEX #0FA544 Pigment Green

📋 copy color: '#0FA544'

red 15 ◦ green 165 ◦ blue 68

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

Shades of Pigment Green #0FA544

Tints of Pigment Green #0FA544

RGB

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

 GREEN value IS 165 (64.84% from 255) = 66.53%

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 6.05%
G = 66.53%
B = 27.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#0FA544 (or 0x0FA544) is known color: Pigment Green. HEX triplet: 0F, A5 and 44. RGB value is (15,165,68). Sum of RGB (Red+Green+Blue) = 15+165+68=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA544 is #F05ABB. Grayscale: #6D6D6D. Windows color (decimal): -15751868 or 4498703. OLE color: 4498703.

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

Color convert

RGB 15 165 68 -
CMYK 0.91 0 0.59 0.35
HSL 141.2º 0.83% 0.35% -
HSV(B) 141.2º 0.91% 0.65% -
XYZ 14.7 27.43 9.99 -
YUV 109.09 104.81 60.89 -
System Red Green Blue C M Y K H S L
Decimal 15 165 68 0.91 0 0.59 0.35 141.2 0.83 0.35
Hex F A5 44 5B 0 3B 23 8D 53 23
Octal 17 245 104 133 0 73 43 215 123 43
Binary 1111 10100101 1000100 1011011 0 111011 100011 10001101 1010011 100011

Color Harmonies of #0FA544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA544

Black with #0FA544

Text Example


Text Example

White with #0FA544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,165,68); }

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

background-color css

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

 a { background-color: rgb(15,165,68); }

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

border-color css

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

 span { border-color: rgb(15,165,68); }

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