Html Css Color HEX #02A85B Pigment Green

📋 copy color: '#02A85B'

red 2 ◦ green 168 ◦ blue 91

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

Shades of Pigment Green #02A85B

Tints of Pigment Green #02A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 64.37%

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 0.77%
G = 64.37%
B = 34.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#02A85B (or 0x02A85B) is known color: Pigment Green. HEX triplet: 02, A8 and 5B. RGB value is (2,168,91). Sum of RGB (Red+Green+Blue) = 2+168+91=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 168 (66.02% from 255 or 64.37% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 168 - color contains mainly: green. Hex color #02A85B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A85B is #FD57A4. Grayscale: #6D6D6D. Windows color (decimal): -16603045 or 6006786. OLE color: 6006786.

HSL color Cylindrical-coordinate representation of color #02A85B: hue angle of 152.17º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A85B is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 168 91 -
CMYK 0.99 0 0.46 0.34
HSL 152.17º 0.98% 0.33% -
HSV(B) 152.17º 0.99% 0.66% -
XYZ 15.92 28.77 14.61 -
YUV 109.59 117.5 51.26 -
System Red Green Blue C M Y K H S L
Decimal 2 168 91 0.99 0 0.46 0.34 152.17 0.98 0.33
Hex 2 A8 5B 63 0 2E 22 98 62 21
Octal 2 250 133 143 0 56 42 230 142 41
Binary 10 10101000 1011011 1100011 0 101110 100010 10011000 1100010 100001

Color Harmonies of #02A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A85B

Black with #02A85B

Text Example


Text Example

White with #02A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,168,91); }

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

background-color css

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

 a { background-color: rgb(2,168,91); }

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

border-color css

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

 span { border-color: rgb(2,168,91); }

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