Html Css Color HEX #0AB45A Pigment Green

📋 copy color: '#0AB45A'

red 10 ◦ green 180 ◦ blue 90

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

Shades of Pigment Green #0AB45A

Tints of Pigment Green #0AB45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 64.29%

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

R = 3.57%
G = 64.29%
B = 32.14%

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

#0AB45A (or 0x0AB45A) is known color: Pigment Green. HEX triplet: 0A, B4 and 5A. RGB value is (10,180,90). Sum of RGB (Red+Green+Blue) = 10+180+90=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 180 (70.70% from 255 or 64.29% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB45A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB45A is #F54BA5. Grayscale: #777777. Windows color (decimal): -16075686 or 5944330. OLE color: 5944330.

HSL color Cylindrical-coordinate representation of color #0AB45A: hue angle of 148.24º degrees, saturation: 0.89, 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 #0AB45A is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 180 90 -
CMYK 0.94 0 0.50 0.29
HSL 148.24º 0.89% 0.37% -
HSV(B) 148.24º 0.94% 0.71% -
XYZ 18.29 33.45 15.16 -
YUV 118.91 111.68 50.32 -
System Red Green Blue C M Y K H S L
Decimal 10 180 90 0.94 0 0.50 0.29 148.24 0.89 0.37
Hex A B4 5A 5E 0 32 1D 94 59 25
Octal 12 264 132 136 0 62 35 224 131 45
Binary 1010 10110100 1011010 1011110 0 110010 11101 10010100 1011001 100101

Color Harmonies of #0AB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB45A

Black with #0AB45A

Text Example


Text Example

White with #0AB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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