Html Css Color HEX #00A286 Persian Green

📋 copy color: '#00A286'

red 0 ◦ green 162 ◦ blue 134

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

Shades of Persian Green #00A286

Tints of Persian Green #00A286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.27%

R = 0%
G = 54.73%
B = 45.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#00A286 (or 0x00A286) is known color: Persian Green. HEX triplet: 00, A2 and 86. RGB value is (0,162,134). Sum of RGB (Red+Green+Blue) = 0+162+134=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #00A286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A286 is #FF5D79. Grayscale: #6E6E6E. Windows color (decimal): -16735610 or 8823296. OLE color: 8823296.

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

Color convert

RGB 0 162 134 -
CMYK 1 0 0.17 0.36
HSL 169.63º 1% 0.32% -
HSV(B) 169.63º 1% 0.64% -
XYZ 17.22 27.56 26.97 -
YUV 110.37 141.33 49.28 -
System Red Green Blue C M Y K H S L
Decimal 0 162 134 1 0 0.17 0.36 169.63 1 0.32
Hex 0 A2 86 64 0 11 24 AA 64 20
Octal 0 242 206 144 0 21 44 252 144 40
Binary 0 10100010 10000110 1100100 0 10001 100100 10101010 1100100 100000

Color Harmonies of #00A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A286

Black with #00A286

Text Example


Text Example

White with #00A286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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