Html Css Color HEX #02BA5D Pigment Green

📋 copy color: '#02BA5D'

red 2 ◦ green 186 ◦ blue 93

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

Shades of Pigment Green #02BA5D

Tints of Pigment Green #02BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.19%

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 0.71%
G = 66.19%
B = 33.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#02BA5D (or 0x02BA5D) is known color: Pigment Green. HEX triplet: 02, BA and 5D. RGB value is (2,186,93). Sum of RGB (Red+Green+Blue) = 2+186+93=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA5D is #FD45A2. Grayscale: #787878. Windows color (decimal): -16598435 or 6142466. OLE color: 6142466.

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

Color convert

RGB 2 186 93 -
CMYK 0.99 0 0.5 0.27
HSL 149.67º 0.98% 0.37% -
HSV(B) 149.67º 0.99% 0.73% -
XYZ 19.56 35.92 16.26 -
YUV 120.38 112.54 43.56 -
System Red Green Blue C M Y K H S L
Decimal 2 186 93 0.99 0 0.5 0.27 149.67 0.98 0.37
Hex 2 BA 5D 63 0 32 1B 96 62 25
Octal 2 272 135 143 0 62 33 226 142 45
Binary 10 10111010 1011101 1100011 0 110010 11011 10010110 1100010 100101

Color Harmonies of #02BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA5D

Black with #02BA5D

Text Example


Text Example

White with #02BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,186,93); }

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

background-color css

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

 a { background-color: rgb(2,186,93); }

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

border-color css

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

 span { border-color: rgb(2,186,93); }

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