Html Css Color HEX #02B669 Jade

📋 copy color: '#02B669'

red 2 ◦ green 182 ◦ blue 105

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

Shades of Jade #02B669

Tints of Jade #02B669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 62.98%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 0.69%
G = 62.98%
B = 36.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#02B669 (or 0x02B669) is known color: Jade. HEX triplet: 02, B6 and 69. RGB value is (2,182,105). Sum of RGB (Red+Green+Blue) = 2+182+105=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #02B669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B669 is #FD4996. Grayscale: #777777. Windows color (decimal): -16599447 or 6927874. OLE color: 6927874.

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

Color convert

RGB 2 182 105 -
CMYK 0.99 0 0.42 0.29
HSL 154.33º 0.98% 0.36% -
HSV(B) 154.33º 0.99% 0.71% -
XYZ 19.3 34.49 19 -
YUV 119.4 119.87 44.26 -
System Red Green Blue C M Y K H S L
Decimal 2 182 105 0.99 0 0.42 0.29 154.33 0.98 0.36
Hex 2 B6 69 63 0 2A 1D 9A 62 24
Octal 2 266 151 143 0 52 35 232 142 44
Binary 10 10110110 1101001 1100011 0 101010 11101 10011010 1100010 100100

Color Harmonies of #02B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B669

Black with #02B669

Text Example


Text Example

White with #02B669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,182,105); }

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

background-color css

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

 a { background-color: rgb(2,182,105); }

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

border-color css

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

 span { border-color: rgb(2,182,105); }

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