Html Css Color HEX #00A883 Persian Green

📋 copy color: '#00A883'

red 0 ◦ green 168 ◦ blue 131

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

Shades of Persian Green #00A883

Tints of Persian Green #00A883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 56.19%

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 0%
G = 56.19%
B = 43.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#00A883 (or 0x00A883) is known color: Persian Green. HEX triplet: 00, A8 and 83. RGB value is (0,168,131). Sum of RGB (Red+Green+Blue) = 0+168+131=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #00A883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A883 is #FF577C. Grayscale: #717171. Windows color (decimal): -16734077 or 8628224. OLE color: 8628224.

HSL color Cylindrical-coordinate representation of color #00A883: hue angle of 166.79º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A883 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 0 168 131 -
CMYK 1 0 0.22 0.34
HSL 166.79º 1% 0.33% -
HSV(B) 166.79º 1% 0.66% -
XYZ 18.1 29.64 26.24 -
YUV 113.55 137.84 47.01 -
System Red Green Blue C M Y K H S L
Decimal 0 168 131 1 0 0.22 0.34 166.79 1 0.33
Hex 0 A8 83 64 0 16 22 A7 64 21
Octal 0 250 203 144 0 26 42 247 144 41
Binary 0 10101000 10000011 1100100 0 10110 100010 10100111 1100100 100001

Color Harmonies of #00A883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A883

Black with #00A883

Text Example


Text Example

White with #00A883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,168,131); }

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

background-color css

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

 a { background-color: rgb(0,168,131); }

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

border-color css

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

 span { border-color: rgb(0,168,131); }

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