Html Css Color HEX #02A265 Shamrock Green

📋 copy color: '#02A265'

red 2 ◦ green 162 ◦ blue 101

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

Shades of Shamrock Green #02A265

Tints of Shamrock Green #02A265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 61.13%

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 0.75%
G = 61.13%
B = 38.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#02A265 (or 0x02A265) is known color: Shamrock Green. HEX triplet: 02, A2 and 65. RGB value is (2,162,101). Sum of RGB (Red+Green+Blue) = 2+162+101=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #02A265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A265 is #FD5D9A. Grayscale: #6B6B6B. Windows color (decimal): -16604571 or 6660610. OLE color: 6660610.

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

Color convert

RGB 2 162 101 -
CMYK 0.99 0 0.38 0.36
HSL 157.13º 0.98% 0.32% -
HSV(B) 157.13º 0.99% 0.64% -
XYZ 15.29 26.79 16.68 -
YUV 107.21 124.49 52.96 -
System Red Green Blue C M Y K H S L
Decimal 2 162 101 0.99 0 0.38 0.36 157.13 0.98 0.32
Hex 2 A2 65 63 0 26 24 9D 62 20
Octal 2 242 145 143 0 46 44 235 142 40
Binary 10 10100010 1100101 1100011 0 100110 100100 10011101 1100010 100000

Color Harmonies of #02A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A265

Black with #02A265

Text Example


Text Example

White with #02A265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,162,101); }

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

background-color css

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

 a { background-color: rgb(2,162,101); }

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

border-color css

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

 span { border-color: rgb(2,162,101); }

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