Html Css Color HEX #02A48C Persian Green

📋 copy color: '#02A48C'

red 2 ◦ green 164 ◦ blue 140

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

Shades of Persian Green #02A48C

Tints of Persian Green #02A48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 0.65%
G = 53.59%
B = 45.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#02A48C (or 0x02A48C) is known color: Persian Green. HEX triplet: 02, A4 and 8C. RGB value is (2,164,140). Sum of RGB (Red+Green+Blue) = 2+164+140=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #02A48C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A48C is #FD5B73. Grayscale: #707070. Windows color (decimal): -16604020 or 9217026. OLE color: 9217026.

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

Color convert

RGB 2 164 140 -
CMYK 0.99 0 0.15 0.36
HSL 171.11º 0.98% 0.33% -
HSV(B) 171.11º 0.99% 0.64% -
XYZ 18.03 28.46 29.35 -
YUV 112.83 143.33 48.95 -
System Red Green Blue C M Y K H S L
Decimal 2 164 140 0.99 0 0.15 0.36 171.11 0.98 0.33
Hex 2 A4 8C 63 0 F 24 AB 62 21
Octal 2 244 214 143 0 17 44 253 142 41
Binary 10 10100100 10001100 1100011 0 1111 100100 10101011 1100010 100001

Color Harmonies of #02A48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A48C

Black with #02A48C

Text Example


Text Example

White with #02A48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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