Html Css Color HEX #0AB55A Pigment Green

📋 copy color: '#0AB55A'

red 10 ◦ green 181 ◦ blue 90

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

Shades of Pigment Green #0AB55A

Tints of Pigment Green #0AB55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 64.41%

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

R = 3.56%
G = 64.41%
B = 32.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#0AB55A (or 0x0AB55A) is known color: Pigment Green. HEX triplet: 0A, B5 and 5A. RGB value is (10,181,90). Sum of RGB (Red+Green+Blue) = 10+181+90=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB55A is #F54AA5. Grayscale: #777777. Windows color (decimal): -16075430 or 5944586. OLE color: 5944586.

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

Color convert

RGB 10 181 90 -
CMYK 0.94 0 0.50 0.29
HSL 148.07º 0.9% 0.37% -
HSV(B) 148.07º 0.94% 0.71% -
XYZ 18.49 33.85 15.23 -
YUV 119.5 111.35 49.9 -
System Red Green Blue C M Y K H S L
Decimal 10 181 90 0.94 0 0.50 0.29 148.07 0.9 0.37
Hex A B5 5A 5E 0 32 1D 94 5A 25
Octal 12 265 132 136 0 62 35 224 132 45
Binary 1010 10110101 1011010 1011110 0 110010 11101 10010100 1011010 100101

Color Harmonies of #0AB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB55A

Black with #0AB55A

Text Example


Text Example

White with #0AB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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