Html Css Color HEX #0AB35A Pigment Green

📋 copy color: '#0AB35A'

red 10 ◦ green 179 ◦ blue 90

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

Shades of Pigment Green #0AB35A

Tints of Pigment Green #0AB35A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 64.16%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 3.58%
G = 64.16%
B = 32.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#0AB35A (or 0x0AB35A) is known color: Pigment Green. HEX triplet: 0A, B3 and 5A. RGB value is (10,179,90). Sum of RGB (Red+Green+Blue) = 10+179+90=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 179 (70.31% from 255 or 64.16% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 179 - color contains mainly: green. Hex color #0AB35A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB35A is #F54CA5. Grayscale: #767676. Windows color (decimal): -16075942 or 5944074. OLE color: 5944074.

HSL color Cylindrical-coordinate representation of color #0AB35A: hue angle of 148.4º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB35A is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 10 179 90 -
CMYK 0.94 0 0.50 0.30
HSL 148.4º 0.89% 0.37% -
HSV(B) 148.4º 0.94% 0.7% -
XYZ 18.09 33.04 15.1 -
YUV 118.32 112.01 50.74 -
System Red Green Blue C M Y K H S L
Decimal 10 179 90 0.94 0 0.50 0.30 148.4 0.89 0.37
Hex A B3 5A 5E 0 32 1E 94 59 25
Octal 12 263 132 136 0 62 36 224 131 45
Binary 1010 10110011 1011010 1011110 0 110010 11110 10010100 1011001 100101

Color Harmonies of #0AB35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB35A

Black with #0AB35A

Text Example


Text Example

White with #0AB35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,179,90); }

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

background-color css

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

 a { background-color: rgb(10,179,90); }

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

border-color css

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

 span { border-color: rgb(10,179,90); }

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