Html Css Color HEX #09BC5D Pigment Green

📋 copy color: '#09BC5D'

red 9 ◦ green 188 ◦ blue 93

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

Shades of Pigment Green #09BC5D

Tints of Pigment Green #09BC5D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 64.83%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 3.1%
G = 64.83%
B = 32.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#09BC5D (or 0x09BC5D) is known color: Pigment Green. HEX triplet: 09, BC and 5D. RGB value is (9,188,93). Sum of RGB (Red+Green+Blue) = 9+188+93=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC5D is #F643A2. Grayscale: #7B7B7B. Windows color (decimal): -16139171 or 6142985. OLE color: 6142985.

HSL color Cylindrical-coordinate representation of color #09BC5D: hue angle of 148.16º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC5D is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 188 93 -
CMYK 0.95 0 0.51 0.26
HSL 148.16º 0.91% 0.39% -
HSV(B) 148.16º 0.95% 0.74% -
XYZ 20.07 36.81 16.4 -
YUV 123.65 110.7 46.22 -
System Red Green Blue C M Y K H S L
Decimal 9 188 93 0.95 0 0.51 0.26 148.16 0.91 0.39
Hex 9 BC 5D 5F 0 33 1A 94 5B 27
Octal 11 274 135 137 0 63 32 224 133 47
Binary 1001 10111100 1011101 1011111 0 110011 11010 10010100 1011011 100111

Color Harmonies of #09BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BC5D

Black with #09BC5D

Text Example


Text Example

White with #09BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,188,93); }

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

background-color css

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

 a { background-color: rgb(9,188,93); }

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

border-color css

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

 span { border-color: rgb(9,188,93); }

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