Html Css Color HEX #0FA53F Pigment Green

📋 copy color: '#0FA53F'

red 15 ◦ green 165 ◦ blue 63

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

Shades of Pigment Green #0FA53F

Tints of Pigment Green #0FA53F

RGB

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

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

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

R = 6.17%
G = 67.9%
B = 25.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#0FA53F (or 0x0FA53F) is known color: Pigment Green. HEX triplet: 0F, A5 and 3F. RGB value is (15,165,63). Sum of RGB (Red+Green+Blue) = 15+165+63=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 165 (64.84% from 255 or 67.90% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA53F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA53F is #F05AC0. Grayscale: #6C6C6C. Windows color (decimal): -15751873 or 4171023. OLE color: 4171023.

HSL color Cylindrical-coordinate representation of color #0FA53F: hue angle of 139.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 #0FA53F is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 15 165 63 -
CMYK 0.91 0 0.62 0.35
HSL 139.2º 0.83% 0.35% -
HSV(B) 139.2º 0.91% 0.65% -
XYZ 14.55 27.37 9.22 -
YUV 108.52 102.31 61.29 -
System Red Green Blue C M Y K H S L
Decimal 15 165 63 0.91 0 0.62 0.35 139.2 0.83 0.35
Hex F A5 3F 5B 0 3E 23 8B 53 23
Octal 17 245 77 133 0 76 43 213 123 43
Binary 1111 10100101 111111 1011011 0 111110 100011 10001011 1010011 100011

Color Harmonies of #0FA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA53F

Black with #0FA53F

Text Example


Text Example

White with #0FA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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