Html Css Color HEX #02BA71 Jade

📋 copy color: '#02BA71'

red 2 ◦ green 186 ◦ blue 113

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

Shades of Jade #02BA71

Tints of Jade #02BA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.79%

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 0.66%
G = 61.79%
B = 37.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#02BA71 (or 0x02BA71) is known color: Jade. HEX triplet: 02, BA and 71. RGB value is (2,186,113). Sum of RGB (Red+Green+Blue) = 2+186+113=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA71 is #FD458E. Grayscale: #7A7A7A. Windows color (decimal): -16598415 or 7453186. OLE color: 7453186.

HSL color Cylindrical-coordinate representation of color #02BA71: hue angle of 156.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BA71 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 186 113 -
CMYK 0.99 0 0.39 0.27
HSL 156.2º 0.98% 0.37% -
HSV(B) 156.2º 0.99% 0.73% -
XYZ 20.56 36.32 21.55 -
YUV 122.66 122.54 41.94 -
System Red Green Blue C M Y K H S L
Decimal 2 186 113 0.99 0 0.39 0.27 156.2 0.98 0.37
Hex 2 BA 71 63 0 27 1B 9C 62 25
Octal 2 272 161 143 0 47 33 234 142 45
Binary 10 10111010 1110001 1100011 0 100111 11011 10011100 1100010 100101

Color Harmonies of #02BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA71

Black with #02BA71

Text Example


Text Example

White with #02BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,186,113); }

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

background-color css

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

 a { background-color: rgb(2,186,113); }

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

border-color css

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

 span { border-color: rgb(2,186,113); }

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