Html Css Color HEX #02A368 Jade

📋 copy color: '#02A368'

red 2 ◦ green 163 ◦ blue 104

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

Shades of Jade #02A368

Tints of Jade #02A368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 60.59%

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 0.74%
G = 60.59%
B = 38.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#02A368 (or 0x02A368) is known color: Jade. HEX triplet: 02, A3 and 68. RGB value is (2,163,104). Sum of RGB (Red+Green+Blue) = 2+163+104=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #02A368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A368 is #FD5C97. Grayscale: #6C6C6C. Windows color (decimal): -16604312 or 6857474. OLE color: 6857474.

HSL color Cylindrical-coordinate representation of color #02A368: hue angle of 158.01º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A368 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 163 104 -
CMYK 0.99 0 0.36 0.36
HSL 158.01º 0.98% 0.32% -
HSV(B) 158.01º 0.99% 0.64% -
XYZ 15.62 27.21 17.52 -
YUV 108.14 125.66 52.3 -
System Red Green Blue C M Y K H S L
Decimal 2 163 104 0.99 0 0.36 0.36 158.01 0.98 0.32
Hex 2 A3 68 63 0 24 24 9E 62 20
Octal 2 243 150 143 0 44 44 236 142 40
Binary 10 10100011 1101000 1100011 0 100100 100100 10011110 1100010 100000

Color Harmonies of #02A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A368

Black with #02A368

Text Example


Text Example

White with #02A368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,163,104); }

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

background-color css

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

 a { background-color: rgb(2,163,104); }

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

border-color css

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

 span { border-color: rgb(2,163,104); }

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