Html Css Color HEX #02BA7B Jade

📋 copy color: '#02BA7B'

red 2 ◦ green 186 ◦ blue 123

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

Shades of Jade #02BA7B

Tints of Jade #02BA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 0.64%
G = 59.81%
B = 39.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#02BA7B (or 0x02BA7B) is known color: Jade. HEX triplet: 02, BA and 7B. RGB value is (2,186,123). Sum of RGB (Red+Green+Blue) = 2+186+123=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA7B is #FD4584. Grayscale: #7B7B7B. Windows color (decimal): -16598405 or 8108546. OLE color: 8108546.

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

Color convert

RGB 2 186 123 -
CMYK 0.99 0 0.34 0.27
HSL 159.46º 0.98% 0.37% -
HSV(B) 159.46º 0.99% 0.73% -
XYZ 21.16 36.56 24.68 -
YUV 123.8 127.54 41.12 -
System Red Green Blue C M Y K H S L
Decimal 2 186 123 0.99 0 0.34 0.27 159.46 0.98 0.37
Hex 2 BA 7B 63 0 22 1B 9F 62 25
Octal 2 272 173 143 0 42 33 237 142 45
Binary 10 10111010 1111011 1100011 0 100010 11011 10011111 1100010 100101

Color Harmonies of #02BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA7B

Black with #02BA7B

Text Example


Text Example

White with #02BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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