Html Css Color HEX #02AF5D Pigment Green

📋 copy color: '#02AF5D'

red 2 ◦ green 175 ◦ blue 93

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

Shades of Pigment Green #02AF5D

Tints of Pigment Green #02AF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 64.81%

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 0.74%
G = 64.81%
B = 34.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#02AF5D (or 0x02AF5D) is known color: Pigment Green. HEX triplet: 02, AF and 5D. RGB value is (2,175,93). Sum of RGB (Red+Green+Blue) = 2+175+93=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AF5D is #FD50A2. Grayscale: #727272. Windows color (decimal): -16601251 or 6139650. OLE color: 6139650.

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

Color convert

RGB 2 175 93 -
CMYK 0.99 0 0.47 0.31
HSL 151.56º 0.98% 0.35% -
HSV(B) 151.56º 0.99% 0.69% -
XYZ 17.33 31.46 15.52 -
YUV 113.93 116.19 48.17 -
System Red Green Blue C M Y K H S L
Decimal 2 175 93 0.99 0 0.47 0.31 151.56 0.98 0.35
Hex 2 AF 5D 63 0 2F 1F 98 62 23
Octal 2 257 135 143 0 57 37 230 142 43
Binary 10 10101111 1011101 1100011 0 101111 11111 10011000 1100010 100011

Color Harmonies of #02AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF5D

Black with #02AF5D

Text Example


Text Example

White with #02AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,175,93); }

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

background-color css

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

 a { background-color: rgb(2,175,93); }

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

border-color css

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

 span { border-color: rgb(2,175,93); }

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