Html Css Color HEX #09C125 Dark Pastel Green

📋 copy color: '#09C125'

red 9 ◦ green 193 ◦ blue 37

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

Shades of Dark Pastel Green #09C125

Tints of Dark Pastel Green #09C125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.48%

R = 3.77%
G = 80.75%
B = 15.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#09C125 (or 0x09C125) is known color: Dark Pastel Green. HEX triplet: 09, C1 and 25. RGB value is (9,193,37). Sum of RGB (Red+Green+Blue) = 9+193+37=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #09C125 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C125 is #F63EDA. Grayscale: #787878. Windows color (decimal): -16137947 or 2474249. OLE color: 2474249.

HSL color Cylindrical-coordinate representation of color #09C125: hue angle of 129.13º 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 #09C125 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 193 37 -
CMYK 0.95 0 0.81 0.24
HSL 129.13º 0.91% 0.4% -
HSV(B) 129.13º 0.95% 0.76% -
XYZ 19.52 38.33 8.12 -
YUV 120.2 81.04 48.68 -
System Red Green Blue C M Y K H S L
Decimal 9 193 37 0.95 0 0.81 0.24 129.13 0.91 0.4
Hex 9 C1 25 5F 0 51 18 81 5B 28
Octal 11 301 45 137 0 121 30 201 133 50
Binary 1001 11000001 100101 1011111 0 1010001 11000 10000001 1011011 101000

Color Harmonies of #09C125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C125

Black with #09C125

Text Example


Text Example

White with #09C125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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