Html Css Color HEX #02B866 Jade

📋 copy color: '#02B866'

red 2 ◦ green 184 ◦ blue 102

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

Shades of Jade #02B866

Tints of Jade #02B866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.42%

R = 0.69%
G = 63.89%
B = 35.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#02B866 (or 0x02B866) is known color: Jade. HEX triplet: 02, B8 and 66. RGB value is (2,184,102). Sum of RGB (Red+Green+Blue) = 2+184+102=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #02B866 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B866 is #FD4799. Grayscale: #787878. Windows color (decimal): -16598938 or 6731778. OLE color: 6731778.

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

Color convert

RGB 2 184 102 -
CMYK 0.99 0 0.45 0.28
HSL 152.97º 0.98% 0.36% -
HSV(B) 152.97º 0.99% 0.72% -
XYZ 19.56 35.25 18.34 -
YUV 120.23 117.7 43.67 -
System Red Green Blue C M Y K H S L
Decimal 2 184 102 0.99 0 0.45 0.28 152.97 0.98 0.36
Hex 2 B8 66 63 0 2D 1C 99 62 24
Octal 2 270 146 143 0 55 34 231 142 44
Binary 10 10111000 1100110 1100011 0 101101 11100 10011001 1100010 100100

Color Harmonies of #02B866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B866

Black with #02B866

Text Example


Text Example

White with #02B866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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