Html Css Color HEX #09B276 Jade

📋 copy color: '#09B276'

red 9 ◦ green 178 ◦ blue 118

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

Shades of Jade #09B276

Tints of Jade #09B276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 2.95%
G = 58.36%
B = 38.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#09B276 (or 0x09B276) is known color: Jade. HEX triplet: 09, B2 and 76. RGB value is (9,178,118). Sum of RGB (Red+Green+Blue) = 9+178+118=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #09B276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B276 is #F64D89. Grayscale: #787878. Windows color (decimal): -16141706 or 7778825. OLE color: 7778825.

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

Color convert

RGB 9 178 118 -
CMYK 0.95 0 0.34 0.30
HSL 158.7º 0.9% 0.37% -
HSV(B) 158.7º 0.95% 0.7% -
XYZ 19.3 33.21 22.53 -
YUV 120.63 126.51 48.38 -
System Red Green Blue C M Y K H S L
Decimal 9 178 118 0.95 0 0.34 0.30 158.7 0.9 0.37
Hex 9 B2 76 5F 0 22 1E 9F 5A 25
Octal 11 262 166 137 0 42 36 237 132 45
Binary 1001 10110010 1110110 1011111 0 100010 11110 10011111 1011010 100101

Color Harmonies of #09B276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B276

Black with #09B276

Text Example


Text Example

White with #09B276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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