Html Css Color HEX #01996D Free Speech Aquamarine

📋 copy color: '#01996D'

red 1 ◦ green 153 ◦ blue 109

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

Shades of Free Speech Aquamarine #01996D

Tints of Free Speech Aquamarine #01996D

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

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

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

R = 0.38%
G = 58.17%
B = 41.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#01996D (or 0x01996D) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 6D. RGB value is (1,153,109). Sum of RGB (Red+Green+Blue) = 1+153+109=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #01996D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01996D is #FE6692. Grayscale: #666666. Windows color (decimal): -16672403 or 7182593. OLE color: 7182593.

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

Color convert

RGB 1 153 109 -
CMYK 0.99 0 0.29 0.4
HSL 162.63º 0.99% 0.3% -
HSV(B) 162.63º 0.99% 0.6% -
XYZ 14.16 23.89 18.33 -
YUV 102.54 131.64 55.58 -
System Red Green Blue C M Y K H S L
Decimal 1 153 109 0.99 0 0.29 0.4 162.63 0.99 0.3
Hex 1 99 6D 63 0 1D 28 A3 63 1E
Octal 1 231 155 143 0 35 50 243 143 36
Binary 1 10011001 1101101 1100011 0 11101 101000 10100011 1100011 11110

Color Harmonies of #01996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01996D

Black with #01996D

Text Example


Text Example

White with #01996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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