Html Css Color HEX #02B862 Jade

📋 copy color: '#02B862'

red 2 ◦ green 184 ◦ blue 98

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

Shades of Jade #02B862

Tints of Jade #02B862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.51%

R = 0.7%
G = 64.79%
B = 34.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#02B862 (or 0x02B862) is known color: Jade. HEX triplet: 02, B8 and 62. RGB value is (2,184,98). Sum of RGB (Red+Green+Blue) = 2+184+98=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #02B862 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B862 is #FD479D. Grayscale: #777777. Windows color (decimal): -16598942 or 6469634. OLE color: 6469634.

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

Color convert

RGB 2 184 98 -
CMYK 0.99 0 0.47 0.28
HSL 151.65º 0.98% 0.36% -
HSV(B) 151.65º 0.99% 0.72% -
XYZ 19.37 35.18 17.32 -
YUV 119.78 115.7 43.99 -
System Red Green Blue C M Y K H S L
Decimal 2 184 98 0.99 0 0.47 0.28 151.65 0.98 0.36
Hex 2 B8 62 63 0 2F 1C 98 62 24
Octal 2 270 142 143 0 57 34 230 142 44
Binary 10 10111000 1100010 1100011 0 101111 11100 10011000 1100010 100100

Color Harmonies of #02B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B862

Black with #02B862

Text Example


Text Example

White with #02B862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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