Html Css Color HEX #0FAE49 Pigment Green

📋 copy color: '#0FAE49'

red 15 ◦ green 174 ◦ blue 73

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

Shades of Pigment Green #0FAE49

Tints of Pigment Green #0FAE49

RGB

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

 GREEN value IS 174 (68.36% from 255) = 66.41%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 5.73%
G = 66.41%
B = 27.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#0FAE49 (or 0x0FAE49) is known color: Pigment Green. HEX triplet: 0F, AE and 49. RGB value is (15,174,73). Sum of RGB (Red+Green+Blue) = 15+174+73=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 174 (68.36% from 255 or 66.41% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE49 is #F051B6. Grayscale: #737373. Windows color (decimal): -15749559 or 4828687. OLE color: 4828687.

HSL color Cylindrical-coordinate representation of color #0FAE49: hue angle of 141.89º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE49 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 174 73 -
CMYK 0.91 0 0.58 0.32
HSL 141.89º 0.84% 0.37% -
HSV(B) 141.89º 0.91% 0.68% -
XYZ 16.54 30.85 11.39 -
YUV 114.95 104.32 56.71 -
System Red Green Blue C M Y K H S L
Decimal 15 174 73 0.91 0 0.58 0.32 141.89 0.84 0.37
Hex F AE 49 5B 0 3A 20 8E 54 25
Octal 17 256 111 133 0 72 40 216 124 45
Binary 1111 10101110 1001001 1011011 0 111010 100000 10001110 1010100 100101

Color Harmonies of #0FAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE49

Black with #0FAE49

Text Example


Text Example

White with #0FAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,174,73); }

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

background-color css

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

 a { background-color: rgb(15,174,73); }

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

border-color css

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

 span { border-color: rgb(15,174,73); }

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