Html Css Color HEX #02BA5C Pigment Green

📋 copy color: '#02BA5C'

red 2 ◦ green 186 ◦ blue 92

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

Shades of Pigment Green #02BA5C

Tints of Pigment Green #02BA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 0.71%
G = 66.43%
B = 32.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#02BA5C (or 0x02BA5C) is known color: Pigment Green. HEX triplet: 02, BA and 5C. RGB value is (2,186,92). Sum of RGB (Red+Green+Blue) = 2+186+92=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA5C is #FD45A3. Grayscale: #787878. Windows color (decimal): -16598436 or 6076930. OLE color: 6076930.

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

Color convert

RGB 2 186 92 -
CMYK 0.99 0 0.51 0.27
HSL 149.35º 0.98% 0.37% -
HSV(B) 149.35º 0.99% 0.73% -
XYZ 19.52 35.9 16.03 -
YUV 120.27 112.04 43.64 -
System Red Green Blue C M Y K H S L
Decimal 2 186 92 0.99 0 0.51 0.27 149.35 0.98 0.37
Hex 2 BA 5C 63 0 33 1B 95 62 25
Octal 2 272 134 143 0 63 33 225 142 45
Binary 10 10111010 1011100 1100011 0 110011 11011 10010101 1100010 100101

Color Harmonies of #02BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA5C

Black with #02BA5C

Text Example


Text Example

White with #02BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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