Html Css Color HEX #00A29A Persian Green

📋 copy color: '#00A29A'

red 0 ◦ green 162 ◦ blue 154

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

Shades of Persian Green #00A29A

Tints of Persian Green #00A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.27%

 BLUE value IS 154 (60.55% from 255) = 48.73%

R = 0%
G = 51.27%
B = 48.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#00A29A (or 0x00A29A) is known color: Persian Green. HEX triplet: 00, A2 and 9A. RGB value is (0,162,154). Sum of RGB (Red+Green+Blue) = 0+162+154=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #00A29A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A29A is #FF5D65. Grayscale: #707070. Windows color (decimal): -16735590 or 10134016. OLE color: 10134016.

HSL color Cylindrical-coordinate representation of color #00A29A: hue angle of 177.04º 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 #00A29A is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 162 154 -
CMYK 1 0 0.05 0.36
HSL 177.04º 1% 0.32% -
HSV(B) 177.04º 1% 0.64% -
XYZ 18.75 28.17 35.02 -
YUV 112.65 151.33 47.65 -
System Red Green Blue C M Y K H S L
Decimal 0 162 154 1 0 0.05 0.36 177.04 1 0.32
Hex 0 A2 9A 64 0 5 24 B1 64 20
Octal 0 242 232 144 0 5 44 261 144 40
Binary 0 10100010 10011010 1100100 0 101 100100 10110001 1100100 100000

Color Harmonies of #00A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A29A

Black with #00A29A

Text Example


Text Example

White with #00A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,162,154); }

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

background-color css

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

 a { background-color: rgb(0,162,154); }

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

border-color css

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

 span { border-color: rgb(0,162,154); }

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