Html Css Color HEX #0ABA56 Pigment Green

📋 copy color: '#0ABA56'

red 10 ◦ green 186 ◦ blue 86

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

Shades of Pigment Green #0ABA56

Tints of Pigment Green #0ABA56

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.96%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 3.55%
G = 65.96%
B = 30.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#0ABA56 (or 0x0ABA56) is known color: Pigment Green. HEX triplet: 0A, BA and 56. RGB value is (10,186,86). Sum of RGB (Red+Green+Blue) = 10+186+86=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA56 is #F545A9. Grayscale: #7A7A7A. Windows color (decimal): -16074154 or 5683722. OLE color: 5683722.

HSL color Cylindrical-coordinate representation of color #0ABA56: hue angle of 145.91º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA56 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 86 -
CMYK 0.95 0 0.54 0.27
HSL 145.91º 0.9% 0.38% -
HSV(B) 145.91º 0.95% 0.73% -
XYZ 19.36 35.85 14.7 -
YUV 121.98 107.69 48.13 -
System Red Green Blue C M Y K H S L
Decimal 10 186 86 0.95 0 0.54 0.27 145.91 0.9 0.38
Hex A BA 56 5F 0 36 1B 92 5A 26
Octal 12 272 126 137 0 66 33 222 132 46
Binary 1010 10111010 1010110 1011111 0 110110 11011 10010010 1011010 100110

Color Harmonies of #0ABA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA56

Black with #0ABA56

Text Example


Text Example

White with #0ABA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,186,86); }

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

background-color css

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

 a { background-color: rgb(10,186,86); }

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

border-color css

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

 span { border-color: rgb(10,186,86); }

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