Html Css Color HEX #02A152 Pigment Green

📋 copy color: '#02A152'

red 2 ◦ green 161 ◦ blue 82

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

Shades of Pigment Green #02A152

Tints of Pigment Green #02A152

RGB

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

 GREEN value IS 161 (63.28% from 255) = 65.71%

 BLUE value IS 82 (32.42% from 255) = 33.47%

R = 0.82%
G = 65.71%
B = 33.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#02A152 (or 0x02A152) is known color: Pigment Green. HEX triplet: 02, A1 and 52. RGB value is (2,161,82). Sum of RGB (Red+Green+Blue) = 2+161+82=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 161 (63.28% from 255 or 65.71% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 161 - color contains mainly: green. Hex color #02A152 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A152 is #FD5EAD. Grayscale: #686868. Windows color (decimal): -16604846 or 5415170. OLE color: 5415170.

HSL color Cylindrical-coordinate representation of color #02A152: hue angle of 150.19º 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 #02A152 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 161 82 -
CMYK 0.99 0 0.49 0.37
HSL 150.19º 0.98% 0.32% -
HSV(B) 150.19º 0.99% 0.63% -
XYZ 14.29 26.11 12.27 -
YUV 104.45 115.32 54.92 -
System Red Green Blue C M Y K H S L
Decimal 2 161 82 0.99 0 0.49 0.37 150.19 0.98 0.32
Hex 2 A1 52 63 0 31 25 96 62 20
Octal 2 241 122 143 0 61 45 226 142 40
Binary 10 10100001 1010010 1100011 0 110001 100101 10010110 1100010 100000

Color Harmonies of #02A152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A152

Black with #02A152

Text Example


Text Example

White with #02A152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,161,82); }

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

background-color css

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

 a { background-color: rgb(2,161,82); }

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

border-color css

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

 span { border-color: rgb(2,161,82); }

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