#0AB74F

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

Shades of Pigment Green #0AB74F

Tints of Pigment Green #0AB74F

Color information

#0AB74F (or 0x0AB74F) is unknown color: approx Pigment Green. HEX triplet: 0A, B7 and 4F. RGB value is (10,183,79). Sum of RGB (Red+Green+Blue) = 10+183+79=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB74F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB74F is #F548B0. Grayscale: #777777. Windows color (decimal): -16074929 or 5224202. OLE color: 5224202.

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

Color convert

RGB1018379-
CMYK0.9500.570.28
HSL143.93º89.64%37.84%-
HSV(B)143.93º94.54%71.76%-
XYZ18.4734.513.08-
YUV119.42105.1949.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 183 (71.88% from 255) = 67.28%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=3.68%
G=67.28%
B=29.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10183790.9500.570.28143.9389.6437.84
HexAB74F5F0391C905a26
Octal122671171370713422013246
Binary10101011011110011111011111011100111100100100001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,183,79); }

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

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

 a { background-color: rgb(10,183,79); }

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

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

 span { border-color: rgb(10,183,79); }

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