Html Css Color HEX #0FA53D Pigment Green

📋 copy color: '#0FA53D'

red 15 ◦ green 165 ◦ blue 61

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

Shades of Pigment Green #0FA53D

Tints of Pigment Green #0FA53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 6.22%
G = 68.46%
B = 25.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#0FA53D (or 0x0FA53D) is known color: Pigment Green. HEX triplet: 0F, A5 and 3D. RGB value is (15,165,61). Sum of RGB (Red+Green+Blue) = 15+165+61=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 165 (64.84% from 255 or 68.46% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA53D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA53D is #F05AC2. Grayscale: #6C6C6C. Windows color (decimal): -15751875 or 4039951. OLE color: 4039951.

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

Color convert

RGB 15 165 61 -
CMYK 0.91 0 0.63 0.35
HSL 138.4º 0.83% 0.35% -
HSV(B) 138.4º 0.91% 0.65% -
XYZ 14.49 27.35 8.93 -
YUV 108.29 101.31 61.46 -
System Red Green Blue C M Y K H S L
Decimal 15 165 61 0.91 0 0.63 0.35 138.4 0.83 0.35
Hex F A5 3D 5B 0 3F 23 8A 53 23
Octal 17 245 75 133 0 77 43 212 123 43
Binary 1111 10100101 111101 1011011 0 111111 100011 10001010 1010011 100011

Color Harmonies of #0FA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA53D

Black with #0FA53D

Text Example


Text Example

White with #0FA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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