Html Css Color HEX #0E966B Free Speech Aquamarine

📋 copy color: '#0E966B'

red 14 ◦ green 150 ◦ blue 107

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

Shades of Free Speech Aquamarine #0E966B

Tints of Free Speech Aquamarine #0E966B

RGB

 RED value IS 14 (5.86% from 255) = 5.17%

 GREEN value IS 150 (58.98% from 255) = 55.35%

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 5.17%
G = 55.35%
B = 39.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#0E966B (or 0x0E966B) is known color: Free Speech Aquamarine. HEX triplet: 0E, 96 and 6B. RGB value is (14,150,107). Sum of RGB (Red+Green+Blue) = 14+150+107=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #0E966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E966B is #F16994. Grayscale: #686868. Windows color (decimal): -15821205 or 7050766. OLE color: 7050766.

HSL color Cylindrical-coordinate representation of color #0E966B: hue angle of 161.03º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E966B is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 150 107 -
CMYK 0.91 0 0.29 0.41
HSL 161.03º 0.83% 0.32% -
HSV(B) 161.03º 0.91% 0.59% -
XYZ 13.74 22.97 17.62 -
YUV 104.43 129.44 63.5 -
System Red Green Blue C M Y K H S L
Decimal 14 150 107 0.91 0 0.29 0.41 161.03 0.83 0.32
Hex E 96 6B 5B 0 1D 29 A1 53 20
Octal 16 226 153 133 0 35 51 241 123 40
Binary 1110 10010110 1101011 1011011 0 11101 101001 10100001 1010011 100000

Color Harmonies of #0E966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E966B

Black with #0E966B

Text Example


Text Example

White with #0E966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,150,107); }

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

background-color css

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

 a { background-color: rgb(14,150,107); }

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

border-color css

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

 span { border-color: rgb(14,150,107); }

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