Html Css Color HEX #09C942 Dark Pastel Green

📋 copy color: '#09C942'

red 9 ◦ green 201 ◦ blue 66

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

Shades of Dark Pastel Green #09C942

Tints of Dark Pastel Green #09C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 72.83%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 3.26%
G = 72.83%
B = 23.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#09C942 (or 0x09C942) is known color: Dark Pastel Green. HEX triplet: 09, C9 and 42. RGB value is (9,201,66). Sum of RGB (Red+Green+Blue) = 9+201+66=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 201 (78.91% from 255 or 72.83% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 201 - color contains mainly: green. Hex color #09C942 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C942 is #F636BD. Grayscale: #808080. Windows color (decimal): -16135870 or 4376841. OLE color: 4376841.

HSL color Cylindrical-coordinate representation of color #09C942: hue angle of 137.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C942 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 201 66 -
CMYK 0.96 0 0.67 0.21
HSL 137.81º 0.91% 0.41% -
HSV(B) 137.81º 0.96% 0.79% -
XYZ 21.98 42.22 12.15 -
YUV 128.2 92.89 42.98 -
System Red Green Blue C M Y K H S L
Decimal 9 201 66 0.96 0 0.67 0.21 137.81 0.91 0.41
Hex 9 C9 42 60 0 43 15 8A 5B 29
Octal 11 311 102 140 0 103 25 212 133 51
Binary 1001 11001001 1000010 1100000 0 1000011 10101 10001010 1011011 101001

Color Harmonies of #09C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C942

Black with #09C942

Text Example


Text Example

White with #09C942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,201,66); }

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

background-color css

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

 a { background-color: rgb(9,201,66); }

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

border-color css

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

 span { border-color: rgb(9,201,66); }

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