Html Css Color HEX #009872 Free Speech Aquamarine

📋 copy color: '#009872'

red 0 ◦ green 152 ◦ blue 114

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

Shades of Free Speech Aquamarine #009872

Tints of Free Speech Aquamarine #009872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#009872 (or 0x009872) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 72. RGB value is (0,152,114). Sum of RGB (Red+Green+Blue) = 0+152+114=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #009872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009872 is #FF678D. Grayscale: #666666. Windows color (decimal): -16738190 or 7510016. OLE color: 7510016.

HSL color Cylindrical-coordinate representation of color #009872: hue angle of 165º 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 #009872 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 152 114 -
CMYK 1 0 0.25 0.40
HSL 165º 1% 0.3% -
HSV(B) 165º 1% 0.6% -
XYZ 14.27 23.67 19.74 -
YUV 102.22 134.64 55.09 -
System Red Green Blue C M Y K H S L
Decimal 0 152 114 1 0 0.25 0.40 165 1 0.3
Hex 0 98 72 64 0 19 28 A5 64 1E
Octal 0 230 162 144 0 31 50 245 144 36
Binary 0 10011000 1110010 1100100 0 11001 101000 10100101 1100100 11110

Color Harmonies of #009872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009872

Black with #009872

Text Example


Text Example

White with #009872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009872; }

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

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

background-color css

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

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

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

border-color css

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

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

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