Html Css Color HEX #09B28C Persian Green

📋 copy color: '#09B28C'

red 9 ◦ green 178 ◦ blue 140

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

Shades of Persian Green #09B28C

Tints of Persian Green #09B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.43%

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 2.75%
G = 54.43%
B = 42.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#09B28C (or 0x09B28C) is known color: Persian Green. HEX triplet: 09, B2 and 8C. RGB value is (9,178,140). Sum of RGB (Red+Green+Blue) = 9+178+140=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #09B28C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B28C is #F64D73. Grayscale: #7B7B7B. Windows color (decimal): -16141684 or 9220617. OLE color: 9220617.

HSL color Cylindrical-coordinate representation of color #09B28C: hue angle of 166.51º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B28C is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 178 140 -
CMYK 0.95 0 0.21 0.30
HSL 166.51º 0.9% 0.37% -
HSV(B) 166.51º 0.95% 0.7% -
XYZ 20.77 33.79 30.24 -
YUV 123.14 137.51 46.59 -
System Red Green Blue C M Y K H S L
Decimal 9 178 140 0.95 0 0.21 0.30 166.51 0.9 0.37
Hex 9 B2 8C 5F 0 15 1E A7 5A 25
Octal 11 262 214 137 0 25 36 247 132 45
Binary 1001 10110010 10001100 1011111 0 10101 11110 10100111 1011010 100101

Color Harmonies of #09B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B28C

Black with #09B28C

Text Example


Text Example

White with #09B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09B28C; }

 p { color: rgb(9,178,140); }

 H1.HeaderClassName
 {
   color: #09B28C;
 }
 .AnyTagClassName
 {
   color: #09B28C;
 }
</style>

background-color css

<style>
 a { background-color: #09B28C; }

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

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

border-color css

<style>
 span { border-color: #09B28C; }

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

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