#0AB455

Color #0AB455 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0AB455

Tints of Pigment Green #0AB455

Color information

#0AB455 (or 0x0AB455) is unknown color: approx Pigment Green. HEX triplet: 0A, B4 and 55. RGB value is (10,180,85). Sum of RGB (Red+Green+Blue) = 10+180+85=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB455 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB455 is #F54BAA. Grayscale: #767676. Windows color (decimal): -16075691 or 5616650. OLE color: 5616650.

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

Color convert

RGB1018085-
CMYK0.9400.530.29
HSL146.47º89.47%37.25%-
HSV(B)146.47º94.44%70.59%-
XYZ18.0933.3614.08-
YUV118.34109.1850.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.64%
GREEN value IS 180 (70.70% from 255) = 65.45%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=3.64%
G=65.45%
B=30.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10180850.9400.530.29146.4789.4737.25
HexAB4555E0351D925925
Octal122641251360653522213145
Binary10101011010010101011011110011010111101100100101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AB455;
 }
 .AnyTagClassName
 {
   color: #0AB455;
 }
</style>
background-color css

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

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

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

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

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

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