Html Css Color HEX #09B374 Jade

📋 copy color: '#09B374'

red 9 ◦ green 179 ◦ blue 116

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

Shades of Jade #09B374

Tints of Jade #09B374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.88%

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 2.96%
G = 58.88%
B = 38.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#09B374 (or 0x09B374) is known color: Jade. HEX triplet: 09, B3 and 74. RGB value is (9,179,116). Sum of RGB (Red+Green+Blue) = 9+179+116=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #09B374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B374 is #F64C8B. Grayscale: #797979. Windows color (decimal): -16141452 or 7648009. OLE color: 7648009.

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

Color convert

RGB 9 179 116 -
CMYK 0.95 0 0.35 0.30
HSL 157.76º 0.9% 0.37% -
HSV(B) 157.76º 0.95% 0.7% -
XYZ 19.39 33.56 21.98 -
YUV 120.99 125.18 48.12 -
System Red Green Blue C M Y K H S L
Decimal 9 179 116 0.95 0 0.35 0.30 157.76 0.9 0.37
Hex 9 B3 74 5F 0 23 1E 9E 5A 25
Octal 11 263 164 137 0 43 36 236 132 45
Binary 1001 10110011 1110100 1011111 0 100011 11110 10011110 1011010 100101

Color Harmonies of #09B374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B374

Black with #09B374

Text Example


Text Example

White with #09B374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,179,116); }

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

background-color css

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

 a { background-color: rgb(9,179,116); }

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

border-color css

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

 span { border-color: rgb(9,179,116); }

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