Html Css Color HEX #02B96E Jade

📋 copy color: '#02B96E'

red 2 ◦ green 185 ◦ blue 110

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

Shades of Jade #02B96E

Tints of Jade #02B96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.29%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 0.67%
G = 62.29%
B = 37.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#02B96E (or 0x02B96E) is known color: Jade. HEX triplet: 02, B9 and 6E. RGB value is (2,185,110). Sum of RGB (Red+Green+Blue) = 2+185+110=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #02B96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B96E is #FD4691. Grayscale: #797979. Windows color (decimal): -16598674 or 7256322. OLE color: 7256322.

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

Color convert

RGB 2 185 110 -
CMYK 0.99 0 0.41 0.27
HSL 155.41º 0.98% 0.37% -
HSV(B) 155.41º 0.99% 0.73% -
XYZ 20.19 35.84 20.6 -
YUV 121.73 121.37 42.6 -
System Red Green Blue C M Y K H S L
Decimal 2 185 110 0.99 0 0.41 0.27 155.41 0.98 0.37
Hex 2 B9 6E 63 0 29 1B 9B 62 25
Octal 2 271 156 143 0 51 33 233 142 45
Binary 10 10111001 1101110 1100011 0 101001 11011 10011011 1100010 100101

Color Harmonies of #02B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B96E

Black with #02B96E

Text Example


Text Example

White with #02B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,185,110); }

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

background-color css

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

 a { background-color: rgb(2,185,110); }

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

border-color css

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

 span { border-color: rgb(2,185,110); }

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