Html Css Color HEX #02A054 Pigment Green

📋 copy color: '#02A054'

red 2 ◦ green 160 ◦ blue 84

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

Shades of Pigment Green #02A054

Tints of Pigment Green #02A054

RGB

 RED value IS 2 (1.17% from 255) = 0.81%

 GREEN value IS 160 (62.89% from 255) = 65.04%

 BLUE value IS 84 (33.2% from 255) = 34.15%

R = 0.81%
G = 65.04%
B = 34.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#02A054 (or 0x02A054) is known color: Pigment Green. HEX triplet: 02, A0 and 54. RGB value is (2,160,84). Sum of RGB (Red+Green+Blue) = 2+160+84=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #02A054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A054 is #FD5FAB. Grayscale: #686868. Windows color (decimal): -16605100 or 5545986. OLE color: 5545986.

HSL color Cylindrical-coordinate representation of color #02A054: hue angle of 151.14º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A054 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 160 84 -
CMYK 0.99 0 0.48 0.37
HSL 151.14º 0.98% 0.32% -
HSV(B) 151.14º 0.99% 0.63% -
XYZ 14.2 25.79 12.62 -
YUV 104.09 116.65 55.18 -
System Red Green Blue C M Y K H S L
Decimal 2 160 84 0.99 0 0.48 0.37 151.14 0.98 0.32
Hex 2 A0 54 63 0 30 25 97 62 20
Octal 2 240 124 143 0 60 45 227 142 40
Binary 10 10100000 1010100 1100011 0 110000 100101 10010111 1100010 100000

Color Harmonies of #02A054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A054

Black with #02A054

Text Example


Text Example

White with #02A054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02A054; }

 p { color: rgb(2,160,84); }

 H1.HeaderClassName
 {
   color: #02A054;
 }
 .AnyTagClassName
 {
   color: #02A054;
 }
</style>

background-color css

<style>
 a { background-color: #02A054; }

 a { background-color: rgb(2,160,84); }

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

border-color css

<style>
 span { border-color: #02A054; }

 span { border-color: rgb(2,160,84); }

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