Html Css Color HEX #009B92 Persian Green

📋 copy color: '#009B92'

red 0 ◦ green 155 ◦ blue 146

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

Shades of Persian Green #009B92

Tints of Persian Green #009B92

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.5%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 0%
G = 51.5%
B = 48.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#009B92 (or 0x009B92) is known color: Persian Green. HEX triplet: 00, 9B and 92. RGB value is (0,155,146). Sum of RGB (Red+Green+Blue) = 0+155+146=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #009B92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B92 is #FF646D. Grayscale: #6B6B6B. Windows color (decimal): -16737390 or 9607936. OLE color: 9607936.

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

Color convert

RGB 0 155 146 -
CMYK 1 0 0.06 0.39
HSL 176.52º 1% 0.3% -
HSV(B) 176.52º 1% 0.61% -
XYZ 16.91 25.52 31.23 -
YUV 107.63 149.65 51.23 -
System Red Green Blue C M Y K H S L
Decimal 0 155 146 1 0 0.06 0.39 176.52 1 0.3
Hex 0 9B 92 64 0 6 27 B1 64 1E
Octal 0 233 222 144 0 6 47 261 144 36
Binary 0 10011011 10010010 1100100 0 110 100111 10110001 1100100 11110

Color Harmonies of #009B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009B92

Black with #009B92

Text Example


Text Example

White with #009B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,155,146); }

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

background-color css

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

 a { background-color: rgb(0,155,146); }

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

border-color css

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

 span { border-color: rgb(0,155,146); }

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