Html Css Color HEX #09B492 Persian Green

📋 copy color: '#09B492'

red 9 ◦ green 180 ◦ blue 146

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

Shades of Persian Green #09B492

Tints of Persian Green #09B492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.73%

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

R = 2.69%
G = 53.73%
B = 43.58%

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

#09B492 (or 0x09B492) is known color: Persian Green. HEX triplet: 09, B4 and 92. RGB value is (9,180,146). Sum of RGB (Red+Green+Blue) = 9+180+146=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #09B492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B492 is #F64B6D. Grayscale: #7C7C7C. Windows color (decimal): -16141166 or 9614345. OLE color: 9614345.

HSL color Cylindrical-coordinate representation of color #09B492: hue angle of 168.07º degrees, saturation: 0.9, 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 #09B492 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 180 146 -
CMYK 0.95 0 0.19 0.29
HSL 168.07º 0.9% 0.37% -
HSV(B) 168.07º 0.95% 0.71% -
XYZ 21.62 34.78 32.77 -
YUV 125 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 9 180 146 0.95 0 0.19 0.29 168.07 0.9 0.37
Hex 9 B4 92 5F 0 13 1D A8 5A 25
Octal 11 264 222 137 0 23 35 250 132 45
Binary 1001 10110100 10010010 1011111 0 10011 11101 10101000 1011010 100101

Color Harmonies of #09B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B492

Black with #09B492

Text Example


Text Example

White with #09B492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,180,146); }

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

background-color css

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

 a { background-color: rgb(9,180,146); }

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

border-color css

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

 span { border-color: rgb(9,180,146); }

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