Html Css Color HEX #09B694 Persian Green

📋 copy color: '#09B694'

red 9 ◦ green 182 ◦ blue 148

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

Shades of Persian Green #09B694

Tints of Persian Green #09B694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.69%

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

R = 2.65%
G = 53.69%
B = 43.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#09B694 (or 0x09B694) is known color: Persian Green. HEX triplet: 09, B6 and 94. RGB value is (9,182,148). Sum of RGB (Red+Green+Blue) = 9+182+148=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #09B694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B694 is #F6496B. Grayscale: #7E7E7E. Windows color (decimal): -16140652 or 9745929. OLE color: 9745929.

HSL color Cylindrical-coordinate representation of color #09B694: hue angle of 168.21º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B694 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 182 148 -
CMYK 0.95 0 0.19 0.29
HSL 168.21º 0.91% 0.37% -
HSV(B) 168.21º 0.95% 0.71% -
XYZ 22.19 35.65 33.73 -
YUV 126.4 140.19 44.26 -
System Red Green Blue C M Y K H S L
Decimal 9 182 148 0.95 0 0.19 0.29 168.21 0.91 0.37
Hex 9 B6 94 5F 0 13 1D A8 5B 25
Octal 11 266 224 137 0 23 35 250 133 45
Binary 1001 10110110 10010100 1011111 0 10011 11101 10101000 1011011 100101

Color Harmonies of #09B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B694

Black with #09B694

Text Example


Text Example

White with #09B694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,182,148); }

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

background-color css

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

 a { background-color: rgb(9,182,148); }

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

border-color css

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

 span { border-color: rgb(9,182,148); }

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