Html Css Color HEX #01996F Free Speech Aquamarine

📋 copy color: '#01996F'

red 1 ◦ green 153 ◦ blue 111

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

Shades of Free Speech Aquamarine #01996F

Tints of Free Speech Aquamarine #01996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 0.38%
G = 57.74%
B = 41.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#01996F (or 0x01996F) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 6F. RGB value is (1,153,111). Sum of RGB (Red+Green+Blue) = 1+153+111=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #01996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01996F is #FE6690. Grayscale: #666666. Windows color (decimal): -16672401 or 7313665. OLE color: 7313665.

HSL color Cylindrical-coordinate representation of color #01996F: hue angle of 163.42º 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 #01996F is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 111 -
CMYK 0.99 0 0.27 0.4
HSL 163.42º 0.99% 0.3% -
HSV(B) 163.42º 0.99% 0.6% -
XYZ 14.27 23.94 18.91 -
YUV 102.76 132.64 55.42 -
System Red Green Blue C M Y K H S L
Decimal 1 153 111 0.99 0 0.27 0.4 163.42 0.99 0.3
Hex 1 99 6F 63 0 1B 28 A3 63 1E
Octal 1 231 157 143 0 33 50 243 143 36
Binary 1 10011001 1101111 1100011 0 11011 101000 10100011 1100011 11110

Color Harmonies of #01996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01996F

Black with #01996F

Text Example


Text Example

White with #01996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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