Html Css Color HEX #02AC3F Dark Pastel Green

📋 copy color: '#02AC3F'

red 2 ◦ green 172 ◦ blue 63

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

Shades of Dark Pastel Green #02AC3F

Tints of Dark Pastel Green #02AC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 72.57%

 BLUE value IS 63 (25% from 255) = 26.58%

R = 0.84%
G = 72.57%
B = 26.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#02AC3F (or 0x02AC3F) is known color: Dark Pastel Green. HEX triplet: 02, AC and 3F. RGB value is (2,172,63). Sum of RGB (Red+Green+Blue) = 2+172+63=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AC3F is #FD53C0. Grayscale: #6D6D6D. Windows color (decimal): -16602049 or 4172802. OLE color: 4172802.

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

Color convert

RGB 2 172 63 -
CMYK 0.99 0 0.63 0.33
HSL 141.53º 0.98% 0.34% -
HSV(B) 141.53º 0.99% 0.67% -
XYZ 15.67 29.88 9.64 -
YUV 108.74 102.18 51.86 -
System Red Green Blue C M Y K H S L
Decimal 2 172 63 0.99 0 0.63 0.33 141.53 0.98 0.34
Hex 2 AC 3F 63 0 3F 21 8E 62 22
Octal 2 254 77 143 0 77 41 216 142 42
Binary 10 10101100 111111 1100011 0 111111 100001 10001110 1100010 100010

Color Harmonies of #02AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC3F

Black with #02AC3F

Text Example


Text Example

White with #02AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,172,63); }

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

background-color css

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

 a { background-color: rgb(2,172,63); }

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

border-color css

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

 span { border-color: rgb(2,172,63); }

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