Html Css Color HEX #09AF7C Mountain Meadow

📋 copy color: '#09AF7C'

red 9 ◦ green 175 ◦ blue 124

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

Shades of Mountain Meadow #09AF7C

Tints of Mountain Meadow #09AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.82%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 2.92%
G = 56.82%
B = 40.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#09AF7C (or 0x09AF7C) is known color: Mountain Meadow. HEX triplet: 09, AF and 7C. RGB value is (9,175,124). Sum of RGB (Red+Green+Blue) = 9+175+124=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF7C is #F65083. Grayscale: #777777. Windows color (decimal): -16142468 or 8171273. OLE color: 8171273.

HSL color Cylindrical-coordinate representation of color #09AF7C: hue angle of 161.57º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF7C is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 175 124 -
CMYK 0.95 0 0.29 0.31
HSL 161.57º 0.9% 0.36% -
HSV(B) 161.57º 0.95% 0.69% -
XYZ 19.08 32.17 24.27 -
YUV 119.55 130.5 49.15 -
System Red Green Blue C M Y K H S L
Decimal 9 175 124 0.95 0 0.29 0.31 161.57 0.9 0.36
Hex 9 AF 7C 5F 0 1D 1F A2 5A 24
Octal 11 257 174 137 0 35 37 242 132 44
Binary 1001 10101111 1111100 1011111 0 11101 11111 10100010 1011010 100100

Color Harmonies of #09AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF7C

Black with #09AF7C

Text Example


Text Example

White with #09AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,175,124); }

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

background-color css

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

 a { background-color: rgb(9,175,124); }

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

border-color css

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

 span { border-color: rgb(9,175,124); }

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