Html Css Color HEX #09B299 Persian Green

📋 copy color: '#09B299'

red 9 ◦ green 178 ◦ blue 153

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

Shades of Persian Green #09B299

Tints of Persian Green #09B299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45%

R = 2.65%
G = 52.35%
B = 45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#09B299 (or 0x09B299) is known color: Persian Green. HEX triplet: 09, B2 and 99. RGB value is (9,178,153). Sum of RGB (Red+Green+Blue) = 9+178+153=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #09B299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B299 is #F64D66. Grayscale: #7C7C7C. Windows color (decimal): -16141671 or 10072585. OLE color: 10072585.

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

Color convert

RGB 9 178 153 -
CMYK 0.95 0 0.14 0.30
HSL 171.12º 0.9% 0.37% -
HSV(B) 171.12º 0.95% 0.7% -
XYZ 21.78 34.2 35.59 -
YUV 124.62 144.01 45.53 -
System Red Green Blue C M Y K H S L
Decimal 9 178 153 0.95 0 0.14 0.30 171.12 0.9 0.37
Hex 9 B2 99 5F 0 E 1E AB 5A 25
Octal 11 262 231 137 0 16 36 253 132 45
Binary 1001 10110010 10011001 1011111 0 1110 11110 10101011 1011010 100101

Color Harmonies of #09B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B299

Black with #09B299

Text Example


Text Example

White with #09B299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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