Html Css Color HEX #02C27A Jade

📋 copy color: '#02C27A'

red 2 ◦ green 194 ◦ blue 122

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

Shades of Jade #02C27A

Tints of Jade #02C27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.01%

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 0.63%
G = 61.01%
B = 38.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#02C27A (or 0x02C27A) is known color: Jade. HEX triplet: 02, C2 and 7A. RGB value is (2,194,122). Sum of RGB (Red+Green+Blue) = 2+194+122=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #02C27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C27A is #FD3D85. Grayscale: #808080. Windows color (decimal): -16596358 or 8045058. OLE color: 8045058.

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

Color convert

RGB 2 194 122 -
CMYK 0.99 0 0.37 0.24
HSL 157.5º 0.98% 0.38% -
HSV(B) 157.5º 0.99% 0.76% -
XYZ 22.83 40 24.93 -
YUV 128.38 124.39 37.85 -
System Red Green Blue C M Y K H S L
Decimal 2 194 122 0.99 0 0.37 0.24 157.5 0.98 0.38
Hex 2 C2 7A 63 0 25 18 9E 62 26
Octal 2 302 172 143 0 45 30 236 142 46
Binary 10 11000010 1111010 1100011 0 100101 11000 10011110 1100010 100110

Color Harmonies of #02C27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C27A

Black with #02C27A

Text Example


Text Example

White with #02C27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,122); }

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

background-color css

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

 a { background-color: rgb(2,194,122); }

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

border-color css

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

 span { border-color: rgb(2,194,122); }

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