Html Css Color HEX #0FAE48 Pigment Green

📋 copy color: '#0FAE48'

red 15 ◦ green 174 ◦ blue 72

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

Shades of Pigment Green #0FAE48

Tints of Pigment Green #0FAE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 5.75%
G = 66.67%
B = 27.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#0FAE48 (or 0x0FAE48) is known color: Pigment Green. HEX triplet: 0F, AE and 48. RGB value is (15,174,72). Sum of RGB (Red+Green+Blue) = 15+174+72=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 174 (68.36% from 255 or 66.67% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE48 is #F051B7. Grayscale: #737373. Windows color (decimal): -15749560 or 4763151. OLE color: 4763151.

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

Color convert

RGB 15 174 72 -
CMYK 0.91 0 0.59 0.32
HSL 141.51º 0.84% 0.37% -
HSV(B) 141.51º 0.91% 0.68% -
XYZ 16.5 30.84 11.21 -
YUV 114.83 103.82 56.79 -
System Red Green Blue C M Y K H S L
Decimal 15 174 72 0.91 0 0.59 0.32 141.51 0.84 0.37
Hex F AE 48 5B 0 3B 20 8E 54 25
Octal 17 256 110 133 0 73 40 216 124 45
Binary 1111 10101110 1001000 1011011 0 111011 100000 10001110 1010100 100101

Color Harmonies of #0FAE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE48

Black with #0FAE48

Text Example


Text Example

White with #0FAE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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