Html Css Color HEX #00A483 Free Speech Aquamarine

📋 copy color: '#00A483'

red 0 ◦ green 164 ◦ blue 131

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

Shades of Free Speech Aquamarine #00A483

Tints of Free Speech Aquamarine #00A483

RGB

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

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

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

R = 0%
G = 55.59%
B = 44.41%

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

#00A483 (or 0x00A483) is known color: Free Speech Aquamarine. HEX triplet: 00, A4 and 83. RGB value is (0,164,131). Sum of RGB (Red+Green+Blue) = 0+164+131=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 164 (64.45% from 255 or 55.59% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 164 - color contains mainly: green. Hex color #00A483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A483 is #FF5B7C. Grayscale: #6F6F6F. Windows color (decimal): -16735101 or 8627200. OLE color: 8627200.

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

Color convert

RGB 0 164 131 -
CMYK 1 0 0.20 0.36
HSL 167.93º 1% 0.32% -
HSV(B) 167.93º 1% 0.64% -
XYZ 17.37 28.19 26 -
YUV 111.2 139.17 48.68 -
System Red Green Blue C M Y K H S L
Decimal 0 164 131 1 0 0.20 0.36 167.93 1 0.32
Hex 0 A4 83 64 0 14 24 A8 64 20
Octal 0 244 203 144 0 24 44 250 144 40
Binary 0 10100100 10000011 1100100 0 10100 100100 10101000 1100100 100000

Color Harmonies of #00A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A483

Black with #00A483

Text Example


Text Example

White with #00A483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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