Html Css Color HEX #0AB45B Pigment Green

📋 copy color: '#0AB45B'

red 10 ◦ green 180 ◦ blue 91

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

Shades of Pigment Green #0AB45B

Tints of Pigment Green #0AB45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 3.56%
G = 64.06%
B = 32.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#0AB45B (or 0x0AB45B) is known color: Pigment Green. HEX triplet: 0A, B4 and 5B. RGB value is (10,180,91). Sum of RGB (Red+Green+Blue) = 10+180+91=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 180 (70.70% from 255 or 64.06% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB45B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB45B is #F54BA4. Grayscale: #777777. Windows color (decimal): -16075685 or 6009866. OLE color: 6009866.

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

Color convert

RGB 10 180 91 -
CMYK 0.94 0 0.49 0.29
HSL 148.59º 0.89% 0.37% -
HSV(B) 148.59º 0.94% 0.71% -
XYZ 18.33 33.46 15.39 -
YUV 119.02 112.18 50.24 -
System Red Green Blue C M Y K H S L
Decimal 10 180 91 0.94 0 0.49 0.29 148.59 0.89 0.37
Hex A B4 5B 5E 0 31 1D 95 59 25
Octal 12 264 133 136 0 61 35 225 131 45
Binary 1010 10110100 1011011 1011110 0 110001 11101 10010101 1011001 100101

Color Harmonies of #0AB45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB45B

Black with #0AB45B

Text Example


Text Example

White with #0AB45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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