Html Css Color HEX #02A54E Pigment Green

📋 copy color: '#02A54E'

red 2 ◦ green 165 ◦ blue 78

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

Shades of Pigment Green #02A54E

Tints of Pigment Green #02A54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 0.82%
G = 67.35%
B = 31.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#02A54E (or 0x02A54E) is known color: Pigment Green. HEX triplet: 02, A5 and 4E. RGB value is (2,165,78). Sum of RGB (Red+Green+Blue) = 2+165+78=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #02A54E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A54E is #FD5AB1. Grayscale: #6A6A6A. Windows color (decimal): -16603826 or 5154050. OLE color: 5154050.

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

Color convert

RGB 2 165 78 -
CMYK 0.99 0 0.53 0.35
HSL 147.98º 0.98% 0.33% -
HSV(B) 147.98º 0.99% 0.65% -
XYZ 14.86 27.47 11.73 -
YUV 106.35 112 53.57 -
System Red Green Blue C M Y K H S L
Decimal 2 165 78 0.99 0 0.53 0.35 147.98 0.98 0.33
Hex 2 A5 4E 63 0 35 23 94 62 21
Octal 2 245 116 143 0 65 43 224 142 41
Binary 10 10100101 1001110 1100011 0 110101 100011 10010100 1100010 100001

Color Harmonies of #02A54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A54E

Black with #02A54E

Text Example


Text Example

White with #02A54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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