Html Css Color HEX #09B232 Dark Pastel Green

📋 copy color: '#09B232'

red 9 ◦ green 178 ◦ blue 50

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

Shades of Dark Pastel Green #09B232

Tints of Dark Pastel Green #09B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 75.11%

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

R = 3.8%
G = 75.11%
B = 21.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#09B232 (or 0x09B232) is known color: Dark Pastel Green. HEX triplet: 09, B2 and 32. RGB value is (9,178,50). Sum of RGB (Red+Green+Blue) = 9+178+50=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 178 (69.92% from 255 or 75.11% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 178 - color contains mainly: green. Hex color #09B232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09B232 is #F64DCD. Grayscale: #717171. Windows color (decimal): -16141774 or 3322377. OLE color: 3322377.

HSL color Cylindrical-coordinate representation of color #09B232: hue angle of 134.56º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B232 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 178 50 -
CMYK 0.95 0 0.72 0.30
HSL 134.56º 0.9% 0.37% -
HSV(B) 134.56º 0.95% 0.7% -
XYZ 16.61 32.13 8.34 -
YUV 112.88 92.51 53.91 -
System Red Green Blue C M Y K H S L
Decimal 9 178 50 0.95 0 0.72 0.30 134.56 0.9 0.37
Hex 9 B2 32 5F 0 48 1E 87 5A 25
Octal 11 262 62 137 0 110 36 207 132 45
Binary 1001 10110010 110010 1011111 0 1001000 11110 10000111 1011010 100101

Color Harmonies of #09B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B232

Black with #09B232

Text Example


Text Example

White with #09B232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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