Html Css Color HEX #00996D Free Speech Aquamarine

📋 copy color: '#00996D'

red 0 ◦ green 153 ◦ blue 109

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

Shades of Free Speech Aquamarine #00996D

Tints of Free Speech Aquamarine #00996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.4%

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 0%
G = 58.4%
B = 41.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#00996D (or 0x00996D) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 6D. RGB value is (0,153,109). Sum of RGB (Red+Green+Blue) = 0+153+109=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #00996D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00996D is #FF6692. Grayscale: #666666. Windows color (decimal): -16737939 or 7182592. OLE color: 7182592.

HSL color Cylindrical-coordinate representation of color #00996D: hue angle of 162.75º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00996D is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 153 109 -
CMYK 1 0 0.29 0.4
HSL 162.75º 1% 0.3% -
HSV(B) 162.75º 1% 0.6% -
XYZ 14.15 23.89 18.33 -
YUV 102.24 131.81 55.08 -
System Red Green Blue C M Y K H S L
Decimal 0 153 109 1 0 0.29 0.4 162.75 1 0.3
Hex 0 99 6D 64 0 1D 28 A3 64 1E
Octal 0 231 155 144 0 35 50 243 144 36
Binary 0 10011001 1101101 1100100 0 11101 101000 10100011 1100100 11110

Color Harmonies of #00996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00996D

Black with #00996D

Text Example


Text Example

White with #00996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00996D; }

 p { color: rgb(0,153,109); }

 H1.HeaderClassName
 {
   color: #00996D;
 }
 .AnyTagClassName
 {
   color: #00996D;
 }
</style>

background-color css

<style>
 a { background-color: #00996D; }

 a { background-color: rgb(0,153,109); }

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

border-color css

<style>
 span { border-color: #00996D; }

 span { border-color: rgb(0,153,109); }

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