Html Css Color HEX #0A9E51 Pigment Green

📋 copy color: '#0A9E51'

red 10 ◦ green 158 ◦ blue 81

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

Shades of Pigment Green #0A9E51

Tints of Pigment Green #0A9E51

RGB

 RED value IS 10 (4.3% from 255) = 4.02%

 GREEN value IS 158 (62.11% from 255) = 63.45%

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 4.02%
G = 63.45%
B = 32.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#0A9E51 (or 0x0A9E51) is known color: Pigment Green. HEX triplet: 0A, 9E and 51. RGB value is (10,158,81). Sum of RGB (Red+Green+Blue) = 10+158+81=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 158 (62.11% from 255 or 63.45% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E51 is #F561AE. Grayscale: #696969. Windows color (decimal): -16081327 or 5348874. OLE color: 5348874.

HSL color Cylindrical-coordinate representation of color #0A9E51: hue angle of 148.78º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E51 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 158 81 -
CMYK 0.94 0 0.49 0.38
HSL 148.78º 0.88% 0.33% -
HSV(B) 148.78º 0.94% 0.62% -
XYZ 13.84 25.11 11.9 -
YUV 104.97 114.47 60.26 -
System Red Green Blue C M Y K H S L
Decimal 10 158 81 0.94 0 0.49 0.38 148.78 0.88 0.33
Hex A 9E 51 5E 0 31 26 95 58 21
Octal 12 236 121 136 0 61 46 225 130 41
Binary 1010 10011110 1010001 1011110 0 110001 100110 10010101 1011000 100001

Color Harmonies of #0A9E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9E51

Black with #0A9E51

Text Example


Text Example

White with #0A9E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,158,81); }

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

background-color css

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

 a { background-color: rgb(10,158,81); }

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

border-color css

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

 span { border-color: rgb(10,158,81); }

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