Html Css Color HEX #099C9C Persian Green

📋 copy color: '#099C9C'

red 9 ◦ green 156 ◦ blue 156

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

Shades of Persian Green #099C9C

Tints of Persian Green #099C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.6%

R = 2.8%
G = 48.6%
B = 48.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#099C9C (or 0x099C9C) is known color: Persian Green. HEX triplet: 09, 9C and 9C. RGB value is (9,156,156). Sum of RGB (Red+Green+Blue) = 9+156+156=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #099C9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099C9C is #F66363. Grayscale: #6F6F6F. Windows color (decimal): -16147300 or 10263561. OLE color: 10263561.

HSL color Cylindrical-coordinate representation of color #099C9C: hue angle of 180º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C9C is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 156 -
CMYK 0.94 0 0 0.39
HSL 180º 0.89% 0.32% -
HSV(B) 180º 0.94% 0.61% -
XYZ 18 26.24 35.57 -
YUV 112.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 9 156 156 0.94 0 0 0.39 180 0.89 0.32
Hex 9 9C 9C 5E 0 0 27 B4 59 20
Octal 11 234 234 136 0 0 47 264 131 40
Binary 1001 10011100 10011100 1011110 0 0 100111 10110100 1011001 100000

Color Harmonies of #099C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C9C

Black with #099C9C

Text Example


Text Example

White with #099C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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