Html Css Color HEX #02BD6B Jade

📋 copy color: '#02BD6B'

red 2 ◦ green 189 ◦ blue 107

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

Shades of Jade #02BD6B

Tints of Jade #02BD6B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 63.42%

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 0.67%
G = 63.42%
B = 35.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#02BD6B (or 0x02BD6B) is known color: Jade. HEX triplet: 02, BD and 6B. RGB value is (2,189,107). Sum of RGB (Red+Green+Blue) = 2+189+107=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD6B is #FD4294. Grayscale: #7B7B7B. Windows color (decimal): -16597653 or 7060738. OLE color: 7060738.

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

Color convert

RGB 2 189 107 -
CMYK 0.99 0 0.43 0.26
HSL 153.69º 0.98% 0.37% -
HSV(B) 153.69º 0.99% 0.74% -
XYZ 20.88 37.47 20.04 -
YUV 123.74 118.55 41.17 -
System Red Green Blue C M Y K H S L
Decimal 2 189 107 0.99 0 0.43 0.26 153.69 0.98 0.37
Hex 2 BD 6B 63 0 2B 1A 9A 62 25
Octal 2 275 153 143 0 53 32 232 142 45
Binary 10 10111101 1101011 1100011 0 101011 11010 10011010 1100010 100101

Color Harmonies of #02BD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD6B

Black with #02BD6B

Text Example


Text Example

White with #02BD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,189,107); }

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

background-color css

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

 a { background-color: rgb(2,189,107); }

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

border-color css

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

 span { border-color: rgb(2,189,107); }

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