Html Css Color HEX #0FA03F Pigment Green

📋 copy color: '#0FA03F'

red 15 ◦ green 160 ◦ blue 63

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

Shades of Pigment Green #0FA03F

Tints of Pigment Green #0FA03F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 67.23%

 BLUE value IS 63 (25% from 255) = 26.47%

R = 6.3%
G = 67.23%
B = 26.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#0FA03F (or 0x0FA03F) is known color: Pigment Green. HEX triplet: 0F, A0 and 3F. RGB value is (15,160,63). Sum of RGB (Red+Green+Blue) = 15+160+63=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 160 (62.89% from 255 or 67.23% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA03F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA03F is #F05FC0. Grayscale: #696969. Windows color (decimal): -15753153 or 4169743. OLE color: 4169743.

HSL color Cylindrical-coordinate representation of color #0FA03F: hue angle of 139.86º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA03F is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 15 160 63 -
CMYK 0.91 0 0.61 0.37
HSL 139.86º 0.83% 0.34% -
HSV(B) 139.86º 0.91% 0.63% -
XYZ 13.67 25.6 8.92 -
YUV 105.59 103.96 63.39 -
System Red Green Blue C M Y K H S L
Decimal 15 160 63 0.91 0 0.61 0.37 139.86 0.83 0.34
Hex F A0 3F 5B 0 3D 25 8C 53 22
Octal 17 240 77 133 0 75 45 214 123 42
Binary 1111 10100000 111111 1011011 0 111101 100101 10001100 1010011 100010

Color Harmonies of #0FA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA03F

Black with #0FA03F

Text Example


Text Example

White with #0FA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,160,63); }

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

background-color css

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

 a { background-color: rgb(15,160,63); }

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

border-color css

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

 span { border-color: rgb(15,160,63); }

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