Html Css Color HEX #02A55F Shamrock Green

📋 copy color: '#02A55F'

red 2 ◦ green 165 ◦ blue 95

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

Shades of Shamrock Green #02A55F

Tints of Shamrock Green #02A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 62.98%

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 0.76%
G = 62.98%
B = 36.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#02A55F (or 0x02A55F) is known color: Shamrock Green. HEX triplet: 02, A5 and 5F. RGB value is (2,165,95). Sum of RGB (Red+Green+Blue) = 2+165+95=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #02A55F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A55F is #FD5AA0. Grayscale: #6C6C6C. Windows color (decimal): -16603809 or 6268162. OLE color: 6268162.

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

Color convert

RGB 2 165 95 -
CMYK 0.99 0 0.42 0.35
HSL 154.23º 0.98% 0.33% -
HSV(B) 154.23º 0.99% 0.65% -
XYZ 15.55 27.75 15.36 -
YUV 108.28 120.5 52.19 -
System Red Green Blue C M Y K H S L
Decimal 2 165 95 0.99 0 0.42 0.35 154.23 0.98 0.33
Hex 2 A5 5F 63 0 2A 23 9A 62 21
Octal 2 245 137 143 0 52 43 232 142 41
Binary 10 10100101 1011111 1100011 0 101010 100011 10011010 1100010 100001

Color Harmonies of #02A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A55F

Black with #02A55F

Text Example


Text Example

White with #02A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,165,95); }

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

background-color css

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

 a { background-color: rgb(2,165,95); }

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

border-color css

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

 span { border-color: rgb(2,165,95); }

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