Html Css Color HEX #0FA840 Pigment Green

📋 copy color: '#0FA840'

red 15 ◦ green 168 ◦ blue 64

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

Shades of Pigment Green #0FA840

Tints of Pigment Green #0FA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 68.02%

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 6.07%
G = 68.02%
B = 25.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#0FA840 (or 0x0FA840) is known color: Pigment Green. HEX triplet: 0F, A8 and 40. RGB value is (15,168,64). Sum of RGB (Red+Green+Blue) = 15+168+64=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 168 (66.02% from 255 or 68.02% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA840 is #F057BF. Grayscale: #6E6E6E. Windows color (decimal): -15751104 or 4237327. OLE color: 4237327.

HSL color Cylindrical-coordinate representation of color #0FA840: hue angle of 139.22º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA840 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 168 64 -
CMYK 0.91 0 0.62 0.34
HSL 139.22º 0.84% 0.36% -
HSV(B) 139.22º 0.91% 0.66% -
XYZ 15.13 28.48 9.55 -
YUV 110.4 101.81 59.96 -
System Red Green Blue C M Y K H S L
Decimal 15 168 64 0.91 0 0.62 0.34 139.22 0.84 0.36
Hex F A8 40 5B 0 3E 22 8B 54 24
Octal 17 250 100 133 0 76 42 213 124 44
Binary 1111 10101000 1000000 1011011 0 111110 100010 10001011 1010100 100100

Color Harmonies of #0FA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA840

Black with #0FA840

Text Example


Text Example

White with #0FA840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,168,64); }

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

background-color css

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

 a { background-color: rgb(15,168,64); }

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

border-color css

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

 span { border-color: rgb(15,168,64); }

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