Html Css Color HEX #0A9D55 Pigment Green

📋 copy color: '#0A9D55'

red 10 ◦ green 157 ◦ blue 85

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

Shades of Pigment Green #0A9D55

Tints of Pigment Green #0A9D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 62.3%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 3.97%
G = 62.3%
B = 33.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#0A9D55 (or 0x0A9D55) is known color: Pigment Green. HEX triplet: 0A, 9D and 55. RGB value is (10,157,85). Sum of RGB (Red+Green+Blue) = 10+157+85=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 157 (61.72% from 255 or 62.30% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 157 - color contains mainly: green. Hex color #0A9D55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9D55 is #F562AA. Grayscale: #686868. Windows color (decimal): -16081579 or 5610762. OLE color: 5610762.

HSL color Cylindrical-coordinate representation of color #0A9D55: hue angle of 150.61º 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 #0A9D55 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 157 85 -
CMYK 0.94 0 0.46 0.38
HSL 150.61º 0.88% 0.33% -
HSV(B) 150.61º 0.94% 0.62% -
XYZ 13.82 24.83 12.66 -
YUV 104.84 116.8 60.35 -
System Red Green Blue C M Y K H S L
Decimal 10 157 85 0.94 0 0.46 0.38 150.61 0.88 0.33
Hex A 9D 55 5E 0 2E 26 97 58 21
Octal 12 235 125 136 0 56 46 227 130 41
Binary 1010 10011101 1010101 1011110 0 101110 100110 10010111 1011000 100001

Color Harmonies of #0A9D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9D55

Black with #0A9D55

Text Example


Text Example

White with #0A9D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,157,85); }

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

background-color css

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

 a { background-color: rgb(10,157,85); }

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

border-color css

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

 span { border-color: rgb(10,157,85); }

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