Html Css Color HEX #02B566 Jade

📋 copy color: '#02B566'

red 2 ◦ green 181 ◦ blue 102

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

Shades of Jade #02B566

Tints of Jade #02B566

RGB

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

 GREEN value IS 181 (71.09% from 255) = 63.51%

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

R = 0.7%
G = 63.51%
B = 35.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#02B566 (or 0x02B566) is known color: Jade. HEX triplet: 02, B5 and 66. RGB value is (2,181,102). Sum of RGB (Red+Green+Blue) = 2+181+102=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 181 (71.09% from 255 or 63.51% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 181 - color contains mainly: green. Hex color #02B566 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B566 is #FD4A99. Grayscale: #767676. Windows color (decimal): -16599706 or 6731010. OLE color: 6731010.

HSL color Cylindrical-coordinate representation of color #02B566: hue angle of 153.52º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B566 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 181 102 -
CMYK 0.99 0 0.44 0.29
HSL 153.52º 0.98% 0.36% -
HSV(B) 153.52º 0.99% 0.71% -
XYZ 18.95 34.02 18.14 -
YUV 118.47 118.7 44.92 -
System Red Green Blue C M Y K H S L
Decimal 2 181 102 0.99 0 0.44 0.29 153.52 0.98 0.36
Hex 2 B5 66 63 0 2C 1D 9A 62 24
Octal 2 265 146 143 0 54 35 232 142 44
Binary 10 10110101 1100110 1100011 0 101100 11101 10011010 1100010 100100

Color Harmonies of #02B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B566

Black with #02B566

Text Example


Text Example

White with #02B566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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