Html Css Color HEX #00A484 Persian Green

📋 copy color: '#00A484'

red 0 ◦ green 164 ◦ blue 132

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

Shades of Persian Green #00A484

Tints of Persian Green #00A484

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 0%
G = 55.41%
B = 44.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#00A484 (or 0x00A484) is known color: Persian Green. HEX triplet: 00, A4 and 84. RGB value is (0,164,132). Sum of RGB (Red+Green+Blue) = 0+164+132=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #00A484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A484 is #FF5B7B. Grayscale: #6F6F6F. Windows color (decimal): -16735100 or 8692736. OLE color: 8692736.

HSL color Cylindrical-coordinate representation of color #00A484: hue angle of 168.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A484 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 164 132 -
CMYK 1 0 0.20 0.36
HSL 168.29º 1% 0.32% -
HSV(B) 168.29º 1% 0.64% -
XYZ 17.44 28.22 26.36 -
YUV 111.32 139.67 48.6 -
System Red Green Blue C M Y K H S L
Decimal 0 164 132 1 0 0.20 0.36 168.29 1 0.32
Hex 0 A4 84 64 0 14 24 A8 64 20
Octal 0 244 204 144 0 24 44 250 144 40
Binary 0 10100100 10000100 1100100 0 10100 100100 10101000 1100100 100000

Color Harmonies of #00A484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A484

Black with #00A484

Text Example


Text Example

White with #00A484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A484; }

 p { color: rgb(0,164,132); }

 H1.HeaderClassName
 {
   color: #00A484;
 }
 .AnyTagClassName
 {
   color: #00A484;
 }
</style>

background-color css

<style>
 a { background-color: #00A484; }

 a { background-color: rgb(0,164,132); }

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

border-color css

<style>
 span { border-color: #00A484; }

 span { border-color: rgb(0,164,132); }

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