Html Css Color HEX #099CA1 Persian Green

📋 copy color: '#099CA1'

red 9 ◦ green 156 ◦ blue 161

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

Shades of Persian Green #099CA1

Tints of Persian Green #099CA1

RGB

 RED value IS 9 (3.91% from 255) = 2.76%

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

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

R = 2.76%
G = 47.85%
B = 49.39%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#099CA1 (or 0x099CA1) is known color: Persian Green. HEX triplet: 09, 9C and A1. RGB value is (9,156,161). Sum of RGB (Red+Green+Blue) = 9+156+161=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #099CA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099CA1 is #F6635E. Grayscale: #707070. Windows color (decimal): -16147295 or 10591241. OLE color: 10591241.

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

Color convert

RGB 9 156 161 -
CMYK 0.94 0.03 0 0.37
HSL 181.97º 0.89% 0.33% -
HSV(B) 181.97º 0.94% 0.63% -
XYZ 18.43 26.41 37.84 -
YUV 112.62 155.3 54.09 -
System Red Green Blue C M Y K H S L
Decimal 9 156 161 0.94 0.03 0 0.37 181.97 0.89 0.33
Hex 9 9C A1 5E 3 0 25 B6 59 21
Octal 11 234 241 136 3 0 45 266 131 41
Binary 1001 10011100 10100001 1011110 11 0 100101 10110110 1011001 100001

Color Harmonies of #099CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CA1

Black with #099CA1

Text Example


Text Example

White with #099CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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