Html Css Color HEX #0F996F Free Speech Aquamarine

📋 copy color: '#0F996F'

red 15 ◦ green 153 ◦ blue 111

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

Shades of Free Speech Aquamarine #0F996F

Tints of Free Speech Aquamarine #0F996F

RGB

 RED value IS 15 (6.25% from 255) = 5.38%

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

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

R = 5.38%
G = 54.84%
B = 39.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#0F996F (or 0x0F996F) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 6F. RGB value is (15,153,111). Sum of RGB (Red+Green+Blue) = 15+153+111=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #0F996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F996F is #F06690. Grayscale: #6A6A6A. Windows color (decimal): -15754897 or 7313679. OLE color: 7313679.

HSL color Cylindrical-coordinate representation of color #0F996F: hue angle of 161.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F996F is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 153 111 -
CMYK 0.90 0 0.27 0.4
HSL 161.74º 0.82% 0.33% -
HSV(B) 161.74º 0.9% 0.6% -
XYZ 14.46 24.03 18.92 -
YUV 106.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 15 153 111 0.90 0 0.27 0.4 161.74 0.82 0.33
Hex F 99 6F 5A 0 1B 28 A2 52 21
Octal 17 231 157 132 0 33 50 242 122 41
Binary 1111 10011001 1101111 1011010 0 11011 101000 10100010 1010010 100001

Color Harmonies of #0F996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F996F

Black with #0F996F

Text Example


Text Example

White with #0F996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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