Html Css Color HEX #009CA1 Persian Green

📋 copy color: '#009CA1'

red 0 ◦ green 156 ◦ blue 161

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

Shades of Persian Green #009CA1

Tints of Persian Green #009CA1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.21%

 BLUE value IS 161 (63.28% from 255) = 50.79%

R = 0%
G = 49.21%
B = 50.79%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#009CA1 (or 0x009CA1) is known color: Persian Green. HEX triplet: 00, 9C and A1. RGB value is (0,156,161). Sum of RGB (Red+Green+Blue) = 0+156+161=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 161 (63.28% from 255 or 50.79% from 317); Max value from RGB is 161 - color contains mainly: blue. Hex color #009CA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009CA1 is #FF635E. Grayscale: #6D6D6D. Windows color (decimal): -16737119 or 10591232. OLE color: 10591232.

HSL color Cylindrical-coordinate representation of color #009CA1: hue angle of 181.86º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CA1 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 156 161 -
CMYK 1 0.03 0 0.37
HSL 181.86º 1% 0.32% -
HSV(B) 181.86º 1% 0.63% -
XYZ 18.32 26.35 37.84 -
YUV 109.93 156.82 49.59 -
System Red Green Blue C M Y K H S L
Decimal 0 156 161 1 0.03 0 0.37 181.86 1 0.32
Hex 0 9C A1 64 3 0 25 B6 64 20
Octal 0 234 241 144 3 0 45 266 144 40
Binary 0 10011100 10100001 1100100 11 0 100101 10110110 1100100 100000

Color Harmonies of #009CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CA1

Black with #009CA1

Text Example


Text Example

White with #009CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009CA1; }

 p { color: rgb(0,156,161); }

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

background-color css

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

 a { background-color: rgb(0,156,161); }

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

border-color css

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

 span { border-color: rgb(0,156,161); }

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