Html Css Color HEX #009871 Free Speech Aquamarine

📋 copy color: '#009871'

red 0 ◦ green 152 ◦ blue 113

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

Shades of Free Speech Aquamarine #009871

Tints of Free Speech Aquamarine #009871

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 152 (59.77% from 255) = 57.36%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 0%
G = 57.36%
B = 42.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#009871 (or 0x009871) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 71. RGB value is (0,152,113). Sum of RGB (Red+Green+Blue) = 0+152+113=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #009871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009871 is #FF678E. Grayscale: #666666. Windows color (decimal): -16738191 or 7444480. OLE color: 7444480.

HSL color Cylindrical-coordinate representation of color #009871: hue angle of 164.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009871 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 152 113 -
CMYK 1 0 0.26 0.40
HSL 164.61º 1% 0.3% -
HSV(B) 164.61º 1% 0.6% -
XYZ 14.21 23.65 19.44 -
YUV 102.11 134.14 55.17 -
System Red Green Blue C M Y K H S L
Decimal 0 152 113 1 0 0.26 0.40 164.61 1 0.3
Hex 0 98 71 64 0 1A 28 A5 64 1E
Octal 0 230 161 144 0 32 50 245 144 36
Binary 0 10011000 1110001 1100100 0 11010 101000 10100101 1100100 11110

Color Harmonies of #009871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009871

Black with #009871

Text Example


Text Example

White with #009871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009871; }

 p { color: rgb(0,152,113); }

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

background-color css

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

 a { background-color: rgb(0,152,113); }

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

border-color css

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

 span { border-color: rgb(0,152,113); }

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