Html Css Color HEX #00A378 Free Speech Aquamarine

📋 copy color: '#00A378'

red 0 ◦ green 163 ◦ blue 120

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

Shades of Free Speech Aquamarine #00A378

Tints of Free Speech Aquamarine #00A378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.6%

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 0%
G = 57.6%
B = 42.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#00A378 (or 0x00A378) is known color: Free Speech Aquamarine. HEX triplet: 00, A3 and 78. RGB value is (0,163,120). Sum of RGB (Red+Green+Blue) = 0+163+120=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #00A378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A378 is #FF5C87. Grayscale: #6D6D6D. Windows color (decimal): -16735368 or 7906048. OLE color: 7906048.

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

Color convert

RGB 0 163 120 -
CMYK 1 0 0.26 0.36
HSL 164.17º 1% 0.32% -
HSV(B) 164.17º 1% 0.64% -
XYZ 16.49 27.55 22.22 -
YUV 109.36 134 50 -
System Red Green Blue C M Y K H S L
Decimal 0 163 120 1 0 0.26 0.36 164.17 1 0.32
Hex 0 A3 78 64 0 1A 24 A4 64 20
Octal 0 243 170 144 0 32 44 244 144 40
Binary 0 10100011 1111000 1100100 0 11010 100100 10100100 1100100 100000

Color Harmonies of #00A378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A378

Black with #00A378

Text Example


Text Example

White with #00A378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,163,120); }

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

background-color css

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

 a { background-color: rgb(0,163,120); }

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

border-color css

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

 span { border-color: rgb(0,163,120); }

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