#0AB654

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

Shades of Pigment Green #0AB654

Tints of Pigment Green #0AB654

Color information

#0AB654 (or 0x0AB654) is unknown color: approx Pigment Green. HEX triplet: 0A, B6 and 54. RGB value is (10,182,84). Sum of RGB (Red+Green+Blue) = 10+182+84=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 182 (71.48% from 255 or 65.94% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB654 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB654 is #F549AB. Grayscale: #777777. Windows color (decimal): -16075180 or 5551626. OLE color: 5551626.

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

Color convert

RGB1018284-
CMYK0.9500.540.29
HSL145.81º89.58%37.65%-
HSV(B)145.81º94.51%71.37%-
XYZ18.4534.1614.01-
YUV119.4108.0249.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.62%
GREEN value IS 182 (71.48% from 255) = 65.94%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=3.62%
G=65.94%
B=30.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10182840.9500.540.29145.8189.5837.65
HexAB6545F0361D925a26
Octal122661241370663522213246
Binary10101011011010101001011111011011011101100100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,182,84); }

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

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

 a { background-color: rgb(10,182,84); }

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

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

 span { border-color: rgb(10,182,84); }

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