Html Css Color HEX #02B86A Jade

📋 copy color: '#02B86A'

red 2 ◦ green 184 ◦ blue 106

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

Shades of Jade #02B86A

Tints of Jade #02B86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 63.01%

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

R = 0.68%
G = 63.01%
B = 36.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#02B86A (or 0x02B86A) is known color: Jade. HEX triplet: 02, B8 and 6A. RGB value is (2,184,106). Sum of RGB (Red+Green+Blue) = 2+184+106=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #02B86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B86A is #FD4795. Grayscale: #787878. Windows color (decimal): -16598934 or 6993922. OLE color: 6993922.

HSL color Cylindrical-coordinate representation of color #02B86A: hue angle of 154.29º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B86A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 184 106 -
CMYK 0.99 0 0.42 0.28
HSL 154.29º 0.98% 0.36% -
HSV(B) 154.29º 0.99% 0.72% -
XYZ 19.77 35.33 19.41 -
YUV 120.69 119.7 43.34 -
System Red Green Blue C M Y K H S L
Decimal 2 184 106 0.99 0 0.42 0.28 154.29 0.98 0.36
Hex 2 B8 6A 63 0 2A 1C 9A 62 24
Octal 2 270 152 143 0 52 34 232 142 44
Binary 10 10111000 1101010 1100011 0 101010 11100 10011010 1100010 100100

Color Harmonies of #02B86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B86A

Black with #02B86A

Text Example


Text Example

White with #02B86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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