Html Css Color HEX #02CA74 Jade

📋 copy color: '#02CA74'

red 2 ◦ green 202 ◦ blue 116

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

Shades of Jade #02CA74

Tints of Jade #02CA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 63.13%

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 0.63%
G = 63.13%
B = 36.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#02CA74 (or 0x02CA74) is known color: Jade. HEX triplet: 02, CA and 74. RGB value is (2,202,116). Sum of RGB (Red+Green+Blue) = 2+202+116=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CA74 is #FD358B. Grayscale: #848484. Windows color (decimal): -16594316 or 7653890. OLE color: 7653890.

HSL color Cylindrical-coordinate representation of color #02CA74: hue angle of 154.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA74 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 202 116 -
CMYK 0.99 0 0.43 0.21
HSL 154.2º 0.98% 0.4% -
HSV(B) 154.2º 0.99% 0.79% -
XYZ 24.3 43.51 23.64 -
YUV 132.4 118.74 34.99 -
System Red Green Blue C M Y K H S L
Decimal 2 202 116 0.99 0 0.43 0.21 154.2 0.98 0.4
Hex 2 CA 74 63 0 2B 15 9A 62 28
Octal 2 312 164 143 0 53 25 232 142 50
Binary 10 11001010 1110100 1100011 0 101011 10101 10011010 1100010 101000

Color Harmonies of #02CA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CA74

Black with #02CA74

Text Example


Text Example

White with #02CA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,202,116); }

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

background-color css

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

 a { background-color: rgb(2,202,116); }

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

border-color css

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

 span { border-color: rgb(2,202,116); }

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