Html Css Color HEX #02A45C Shamrock Green

📋 copy color: '#02A45C'

red 2 ◦ green 164 ◦ blue 92

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

Shades of Shamrock Green #02A45C

Tints of Shamrock Green #02A45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 63.57%

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 0.78%
G = 63.57%
B = 35.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#02A45C (or 0x02A45C) is known color: Shamrock Green. HEX triplet: 02, A4 and 5C. RGB value is (2,164,92). Sum of RGB (Red+Green+Blue) = 2+164+92=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 164 (64.45% from 255 or 63.57% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 164 - color contains mainly: green. Hex color #02A45C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A45C is #FD5BA3. Grayscale: #6B6B6B. Windows color (decimal): -16604068 or 6071298. OLE color: 6071298.

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

Color convert

RGB 2 164 92 -
CMYK 0.99 0 0.44 0.36
HSL 153.33º 0.98% 0.33% -
HSV(B) 153.33º 0.99% 0.64% -
XYZ 15.23 27.34 14.6 -
YUV 107.35 119.33 52.85 -
System Red Green Blue C M Y K H S L
Decimal 2 164 92 0.99 0 0.44 0.36 153.33 0.98 0.33
Hex 2 A4 5C 63 0 2C 24 99 62 21
Octal 2 244 134 143 0 54 44 231 142 41
Binary 10 10100100 1011100 1100011 0 101100 100100 10011001 1100010 100001

Color Harmonies of #02A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A45C

Black with #02A45C

Text Example


Text Example

White with #02A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,164,92); }

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

background-color css

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

 a { background-color: rgb(2,164,92); }

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

border-color css

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

 span { border-color: rgb(2,164,92); }

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