Html Css Color HEX #02BC6A Jade

📋 copy color: '#02BC6A'

red 2 ◦ green 188 ◦ blue 106

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

Shades of Jade #02BC6A

Tints of Jade #02BC6A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.51%

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 0.68%
G = 63.51%
B = 35.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#02BC6A (or 0x02BC6A) is known color: Jade. HEX triplet: 02, BC and 6A. RGB value is (2,188,106). Sum of RGB (Red+Green+Blue) = 2+188+106=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC6A is #FD4395. Grayscale: #7B7B7B. Windows color (decimal): -16597910 or 6994946. OLE color: 6994946.

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

Color convert

RGB 2 188 106 -
CMYK 0.99 0 0.44 0.26
HSL 153.55º 0.98% 0.37% -
HSV(B) 153.55º 0.99% 0.74% -
XYZ 20.61 37.02 19.69 -
YUV 123.04 118.38 41.67 -
System Red Green Blue C M Y K H S L
Decimal 2 188 106 0.99 0 0.44 0.26 153.55 0.98 0.37
Hex 2 BC 6A 63 0 2C 1A 9A 62 25
Octal 2 274 152 143 0 54 32 232 142 45
Binary 10 10111100 1101010 1100011 0 101100 11010 10011010 1100010 100101

Color Harmonies of #02BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC6A

Black with #02BC6A

Text Example


Text Example

White with #02BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,188,106); }

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

background-color css

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

 a { background-color: rgb(2,188,106); }

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

border-color css

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

 span { border-color: rgb(2,188,106); }

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