Html Css Color HEX #02B869 Jade

📋 copy color: '#02B869'

red 2 ◦ green 184 ◦ blue 105

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

Shades of Jade #02B869

Tints of Jade #02B869

RGB

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

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

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

R = 0.69%
G = 63.23%
B = 36.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#02B869 (or 0x02B869) is known color: Jade. HEX triplet: 02, B8 and 69. RGB value is (2,184,105). Sum of RGB (Red+Green+Blue) = 2+184+105=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #02B869 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B869 is #FD4796. Grayscale: #787878. Windows color (decimal): -16598935 or 6928386. OLE color: 6928386.

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

Color convert

RGB 2 184 105 -
CMYK 0.99 0 0.43 0.28
HSL 153.96º 0.98% 0.36% -
HSV(B) 153.96º 0.99% 0.72% -
XYZ 19.72 35.31 19.14 -
YUV 120.58 119.2 43.42 -
System Red Green Blue C M Y K H S L
Decimal 2 184 105 0.99 0 0.43 0.28 153.96 0.98 0.36
Hex 2 B8 69 63 0 2B 1C 9A 62 24
Octal 2 270 151 143 0 53 34 232 142 44
Binary 10 10111000 1101001 1100011 0 101011 11100 10011010 1100010 100100

Color Harmonies of #02B869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B869

Black with #02B869

Text Example


Text Example

White with #02B869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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