#0A984B

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

Shades of Pigment Green #0A984B

Tints of Pigment Green #0A984B

Color information

#0A984B (or 0x0A984B) is unknown color: approx Pigment Green. HEX triplet: 0A, 98 and 4B. RGB value is (10,152,75). Sum of RGB (Red+Green+Blue) = 10+152+75=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #0A984B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A984B is #F567B4. Grayscale: #646464. Windows color (decimal): -16082869 or 4954122. OLE color: 4954122.

HSL color Cylindrical-coordinate representation of color #0A984B: hue angle of 147.46º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A984B is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1015275-
CMYK0.9300.510.40
HSL147.46º87.65%31.76%-
HSV(B)147.46º93.42%59.61%-
XYZ12.6223.0310.44-
YUV100.76113.4663.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.22%
GREEN value IS 152 (59.77% from 255) = 64.14%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=4.22%
G=64.14%
B=31.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10152750.9300.510.40147.4687.6531.76
HexA984B5D03328935820
Octal122301131350635022313040
Binary101010011000100101110111010110011101000100100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,152,75); }

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

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

 a { background-color: rgb(10,152,75); }

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

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

 span { border-color: rgb(10,152,75); }

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