Html Css Color HEX #02B77B Jade

📋 copy color: '#02B77B'

red 2 ◦ green 183 ◦ blue 123

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

Shades of Jade #02B77B

Tints of Jade #02B77B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.42%

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

R = 0.65%
G = 59.42%
B = 39.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#02B77B (or 0x02B77B) is known color: Jade. HEX triplet: 02, B7 and 7B. RGB value is (2,183,123). Sum of RGB (Red+Green+Blue) = 2+183+123=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #02B77B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B77B is #FD4884. Grayscale: #7A7A7A. Windows color (decimal): -16599173 or 8107778. OLE color: 8107778.

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

Color convert

RGB 2 183 123 -
CMYK 0.99 0 0.33 0.28
HSL 160.11º 0.98% 0.36% -
HSV(B) 160.11º 0.99% 0.72% -
XYZ 20.53 35.31 24.47 -
YUV 122.04 128.53 42.38 -
System Red Green Blue C M Y K H S L
Decimal 2 183 123 0.99 0 0.33 0.28 160.11 0.98 0.36
Hex 2 B7 7B 63 0 21 1C A0 62 24
Octal 2 267 173 143 0 41 34 240 142 44
Binary 10 10110111 1111011 1100011 0 100001 11100 10100000 1100010 100100

Color Harmonies of #02B77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B77B

Black with #02B77B

Text Example


Text Example

White with #02B77B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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