Html Css Color HEX #0FA445 Pigment Green

📋 copy color: '#0FA445'

red 15 ◦ green 164 ◦ blue 69

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

Shades of Pigment Green #0FA445

Tints of Pigment Green #0FA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 66.13%

 BLUE value IS 69 (27.34% from 255) = 27.82%

R = 6.05%
G = 66.13%
B = 27.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#0FA445 (or 0x0FA445) is known color: Pigment Green. HEX triplet: 0F, A4 and 45. RGB value is (15,164,69). Sum of RGB (Red+Green+Blue) = 15+164+69=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 164 (64.45% from 255 or 66.13% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA445 is #F05BBA. Grayscale: #6C6C6C. Windows color (decimal): -15752123 or 4563983. OLE color: 4563983.

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

Color convert

RGB 15 164 69 -
CMYK 0.91 0 0.58 0.36
HSL 141.75º 0.83% 0.35% -
HSV(B) 141.75º 0.91% 0.64% -
XYZ 14.55 27.08 10.09 -
YUV 108.62 105.64 61.22 -
System Red Green Blue C M Y K H S L
Decimal 15 164 69 0.91 0 0.58 0.36 141.75 0.83 0.35
Hex F A4 45 5B 0 3A 24 8E 53 23
Octal 17 244 105 133 0 72 44 216 123 43
Binary 1111 10100100 1000101 1011011 0 111010 100100 10001110 1010011 100011

Color Harmonies of #0FA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA445

Black with #0FA445

Text Example


Text Example

White with #0FA445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,164,69); }

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

background-color css

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

 a { background-color: rgb(15,164,69); }

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

border-color css

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

 span { border-color: rgb(15,164,69); }

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