Html Css Color HEX #09C14C Dark Pastel Green

📋 copy color: '#09C14C'

red 9 ◦ green 193 ◦ blue 76

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

Shades of Dark Pastel Green #09C14C

Tints of Dark Pastel Green #09C14C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.42%

 BLUE value IS 76 (30.08% from 255) = 27.34%

R = 3.24%
G = 69.42%
B = 27.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#09C14C (or 0x09C14C) is known color: Dark Pastel Green. HEX triplet: 09, C1 and 4C. RGB value is (9,193,76). Sum of RGB (Red+Green+Blue) = 9+193+76=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #09C14C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C14C is #F63EB3. Grayscale: #7C7C7C. Windows color (decimal): -16137908 or 5030153. OLE color: 5030153.

HSL color Cylindrical-coordinate representation of color #09C14C: hue angle of 141.85º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C14C is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 193 76 -
CMYK 0.95 0 0.61 0.24
HSL 141.85º 0.91% 0.4% -
HSV(B) 141.85º 0.95% 0.76% -
XYZ 20.49 38.72 13.23 -
YUV 124.65 100.54 45.51 -
System Red Green Blue C M Y K H S L
Decimal 9 193 76 0.95 0 0.61 0.24 141.85 0.91 0.4
Hex 9 C1 4C 5F 0 3D 18 8E 5B 28
Octal 11 301 114 137 0 75 30 216 133 50
Binary 1001 11000001 1001100 1011111 0 111101 11000 10001110 1011011 101000

Color Harmonies of #09C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C14C

Black with #09C14C

Text Example


Text Example

White with #09C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,193,76); }

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

background-color css

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

 a { background-color: rgb(9,193,76); }

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

border-color css

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

 span { border-color: rgb(9,193,76); }

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