Html Css Color HEX #009D94 Persian Green

📋 copy color: '#009D94'

red 0 ◦ green 157 ◦ blue 148

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

Shades of Persian Green #009D94

Tints of Persian Green #009D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.48%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 0%
G = 51.48%
B = 48.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#009D94 (or 0x009D94) is known color: Persian Green. HEX triplet: 00, 9D and 94. RGB value is (0,157,148). Sum of RGB (Red+Green+Blue) = 0+157+148=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #009D94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D94 is #FF626B. Grayscale: #6C6C6C. Windows color (decimal): -16736876 or 9739520. OLE color: 9739520.

HSL color Cylindrical-coordinate representation of color #009D94: hue angle of 176.56º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009D94 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 157 148 -
CMYK 1 0 0.06 0.38
HSL 176.56º 1% 0.31% -
HSV(B) 176.56º 1% 0.62% -
XYZ 17.4 26.25 32.17 -
YUV 109.03 149.99 50.23 -
System Red Green Blue C M Y K H S L
Decimal 0 157 148 1 0 0.06 0.38 176.56 1 0.31
Hex 0 9D 94 64 0 6 26 B1 64 1F
Octal 0 235 224 144 0 6 46 261 144 37
Binary 0 10011101 10010100 1100100 0 110 100110 10110001 1100100 11111

Color Harmonies of #009D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009D94

Black with #009D94

Text Example


Text Example

White with #009D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,157,148); }

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

background-color css

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

 a { background-color: rgb(0,157,148); }

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

border-color css

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

 span { border-color: rgb(0,157,148); }

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