Html Css Color HEX #09B28E Persian Green

📋 copy color: '#09B28E'

red 9 ◦ green 178 ◦ blue 142

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

Shades of Persian Green #09B28E

Tints of Persian Green #09B28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 2.74%
G = 54.1%
B = 43.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#09B28E (or 0x09B28E) is known color: Persian Green. HEX triplet: 09, B2 and 8E. RGB value is (9,178,142). Sum of RGB (Red+Green+Blue) = 9+178+142=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #09B28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B28E is #F64D71. Grayscale: #7B7B7B. Windows color (decimal): -16141682 or 9351689. OLE color: 9351689.

HSL color Cylindrical-coordinate representation of color #09B28E: hue angle of 167.22º 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 #09B28E is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 178 142 -
CMYK 0.95 0 0.20 0.30
HSL 167.22º 0.9% 0.37% -
HSV(B) 167.22º 0.95% 0.7% -
XYZ 20.92 33.85 31.02 -
YUV 123.37 138.51 46.43 -
System Red Green Blue C M Y K H S L
Decimal 9 178 142 0.95 0 0.20 0.30 167.22 0.9 0.37
Hex 9 B2 8E 5F 0 14 1E A7 5A 25
Octal 11 262 216 137 0 24 36 247 132 45
Binary 1001 10110010 10001110 1011111 0 10100 11110 10100111 1011010 100101

Color Harmonies of #09B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B28E

Black with #09B28E

Text Example


Text Example

White with #09B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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