Html Css Color HEX #09C232 Dark Pastel Green

📋 copy color: '#09C232'

red 9 ◦ green 194 ◦ blue 50

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

Shades of Dark Pastel Green #09C232

Tints of Dark Pastel Green #09C232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 76.68%

 BLUE value IS 50 (19.92% from 255) = 19.76%

R = 3.56%
G = 76.68%
B = 19.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#09C232 (or 0x09C232) is known color: Dark Pastel Green. HEX triplet: 09, C2 and 32. RGB value is (9,194,50). Sum of RGB (Red+Green+Blue) = 9+194+50=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 194 (76.17% from 255 or 76.68% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 194 - color contains mainly: green. Hex color #09C232 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C232 is #F63DCD. Grayscale: #7A7A7A. Windows color (decimal): -16137678 or 3326473. OLE color: 3326473.

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

Color convert

RGB 9 194 50 -
CMYK 0.95 0 0.74 0.24
HSL 133.3º 0.91% 0.4% -
HSV(B) 133.3º 0.95% 0.76% -
XYZ 19.98 38.87 9.47 -
YUV 122.27 87.21 47.21 -
System Red Green Blue C M Y K H S L
Decimal 9 194 50 0.95 0 0.74 0.24 133.3 0.91 0.4
Hex 9 C2 32 5F 0 4A 18 85 5B 28
Octal 11 302 62 137 0 112 30 205 133 50
Binary 1001 11000010 110010 1011111 0 1001010 11000 10000101 1011011 101000

Color Harmonies of #09C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C232

Black with #09C232

Text Example


Text Example

White with #09C232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,194,50); }

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

background-color css

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

 a { background-color: rgb(9,194,50); }

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

border-color css

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

 span { border-color: rgb(9,194,50); }

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