Html Css Color HEX #009895 Persian Green

📋 copy color: '#009895'

red 0 ◦ green 152 ◦ blue 149

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

Shades of Persian Green #009895

Tints of Persian Green #009895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 0%
G = 50.5%
B = 49.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#009895 (or 0x009895) is known color: Persian Green. HEX triplet: 00, 98 and 95. RGB value is (0,152,149). Sum of RGB (Red+Green+Blue) = 0+152+149=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #009895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009895 is #FF676A. Grayscale: #6A6A6A. Windows color (decimal): -16738155 or 9803776. OLE color: 9803776.

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

Color convert

RGB 0 152 149 -
CMYK 1 0 0.02 0.40
HSL 178.82º 1% 0.3% -
HSV(B) 178.82º 1% 0.6% -
XYZ 16.65 24.63 32.31 -
YUV 106.21 152.14 52.24 -
System Red Green Blue C M Y K H S L
Decimal 0 152 149 1 0 0.02 0.40 178.82 1 0.3
Hex 0 98 95 64 0 2 28 B3 64 1E
Octal 0 230 225 144 0 2 50 263 144 36
Binary 0 10011000 10010101 1100100 0 10 101000 10110011 1100100 11110

Color Harmonies of #009895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009895

Black with #009895

Text Example


Text Example

White with #009895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009895; }

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

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

background-color css

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

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

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

border-color css

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

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

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