Html Css Color HEX #0C996D Free Speech Aquamarine

📋 copy color: '#0C996D'

red 12 ◦ green 153 ◦ blue 109

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

Shades of Free Speech Aquamarine #0C996D

Tints of Free Speech Aquamarine #0C996D

RGB

 RED value IS 12 (5.08% from 255) = 4.38%

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

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

R = 4.38%
G = 55.84%
B = 39.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#0C996D (or 0x0C996D) is known color: Free Speech Aquamarine. HEX triplet: 0C, 99 and 6D. RGB value is (12,153,109). Sum of RGB (Red+Green+Blue) = 12+153+109=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #0C996D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C996D is #F36692. Grayscale: #696969. Windows color (decimal): -15951507 or 7182604. OLE color: 7182604.

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

Color convert

RGB 12 153 109 -
CMYK 0.92 0 0.29 0.4
HSL 161.28º 0.85% 0.32% -
HSV(B) 161.28º 0.92% 0.6% -
XYZ 14.3 23.96 18.34 -
YUV 105.83 129.79 61.08 -
System Red Green Blue C M Y K H S L
Decimal 12 153 109 0.92 0 0.29 0.4 161.28 0.85 0.32
Hex C 99 6D 5C 0 1D 28 A1 55 20
Octal 14 231 155 134 0 35 50 241 125 40
Binary 1100 10011001 1101101 1011100 0 11101 101000 10100001 1010101 100000

Color Harmonies of #0C996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C996D

Black with #0C996D

Text Example


Text Example

White with #0C996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C996D; }

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

 H1.HeaderClassName
 {
   color: #0C996D;
 }
 .AnyTagClassName
 {
   color: #0C996D;
 }
</style>

background-color css

<style>
 a { background-color: #0C996D; }

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

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

border-color css

<style>
 span { border-color: #0C996D; }

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

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