Html Css Color HEX #09C082 Mountain Meadow

📋 copy color: '#09C082'

red 9 ◦ green 192 ◦ blue 130

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

Shades of Mountain Meadow #09C082

Tints of Mountain Meadow #09C082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.01%

 BLUE value IS 130 (51.17% from 255) = 39.27%

R = 2.72%
G = 58.01%
B = 39.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#09C082 (or 0x09C082) is known color: Mountain Meadow. HEX triplet: 09, C0 and 82. RGB value is (9,192,130). Sum of RGB (Red+Green+Blue) = 9+192+130=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #09C082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C082 is #F63F7D. Grayscale: #828282. Windows color (decimal): -16138110 or 8568841. OLE color: 8568841.

HSL color Cylindrical-coordinate representation of color #09C082: hue angle of 159.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C082 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 192 130 -
CMYK 0.95 0 0.32 0.25
HSL 159.67º 0.91% 0.39% -
HSV(B) 159.67º 0.95% 0.75% -
XYZ 22.99 39.37 27.51 -
YUV 130.22 127.87 41.54 -
System Red Green Blue C M Y K H S L
Decimal 9 192 130 0.95 0 0.32 0.25 159.67 0.91 0.39
Hex 9 C0 82 5F 0 20 19 A0 5B 27
Octal 11 300 202 137 0 40 31 240 133 47
Binary 1001 11000000 10000010 1011111 0 100000 11001 10100000 1011011 100111

Color Harmonies of #09C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C082

Black with #09C082

Text Example


Text Example

White with #09C082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,192,130); }

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

background-color css

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

 a { background-color: rgb(9,192,130); }

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

border-color css

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

 span { border-color: rgb(9,192,130); }

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