Html Css Color HEX #0FAE4D Pigment Green

📋 copy color: '#0FAE4D'

red 15 ◦ green 174 ◦ blue 77

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

Shades of Pigment Green #0FAE4D

Tints of Pigment Green #0FAE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 5.64%
G = 65.41%
B = 28.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#0FAE4D (or 0x0FAE4D) is known color: Pigment Green. HEX triplet: 0F, AE and 4D. RGB value is (15,174,77). Sum of RGB (Red+Green+Blue) = 15+174+77=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 174 (68.36% from 255 or 65.41% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE4D is #F051B2. Grayscale: #737373. Windows color (decimal): -15749555 or 5090831. OLE color: 5090831.

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

Color convert

RGB 15 174 77 -
CMYK 0.91 0 0.56 0.32
HSL 143.4º 0.84% 0.37% -
HSV(B) 143.4º 0.91% 0.68% -
XYZ 16.67 30.91 12.11 -
YUV 115.4 106.32 56.39 -
System Red Green Blue C M Y K H S L
Decimal 15 174 77 0.91 0 0.56 0.32 143.4 0.84 0.37
Hex F AE 4D 5B 0 38 20 8F 54 25
Octal 17 256 115 133 0 70 40 217 124 45
Binary 1111 10101110 1001101 1011011 0 111000 100000 10001111 1010100 100101

Color Harmonies of #0FAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE4D

Black with #0FAE4D

Text Example


Text Example

White with #0FAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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