Html Css Color HEX #09B06C Jade

📋 copy color: '#09B06C'

red 9 ◦ green 176 ◦ blue 108

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

Shades of Jade #09B06C

Tints of Jade #09B06C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 60.07%

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 3.07%
G = 60.07%
B = 36.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#09B06C (or 0x09B06C) is known color: Jade. HEX triplet: 09, B0 and 6C. RGB value is (9,176,108). Sum of RGB (Red+Green+Blue) = 9+176+108=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 176 (69.14% from 255 or 60.07% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 176 - color contains mainly: green. Hex color #09B06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B06C is #F64F93. Grayscale: #767676. Windows color (decimal): -16142228 or 7122953. OLE color: 7122953.

HSL color Cylindrical-coordinate representation of color #09B06C: hue angle of 155.57º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B06C is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 176 108 -
CMYK 0.95 0 0.39 0.31
HSL 155.57º 0.9% 0.36% -
HSV(B) 155.57º 0.95% 0.69% -
XYZ 18.34 32.19 19.43 -
YUV 118.32 122.17 50.03 -
System Red Green Blue C M Y K H S L
Decimal 9 176 108 0.95 0 0.39 0.31 155.57 0.9 0.36
Hex 9 B0 6C 5F 0 27 1F 9C 5A 24
Octal 11 260 154 137 0 47 37 234 132 44
Binary 1001 10110000 1101100 1011111 0 100111 11111 10011100 1011010 100100

Color Harmonies of #09B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B06C

Black with #09B06C

Text Example


Text Example

White with #09B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,176,108); }

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

background-color css

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

 a { background-color: rgb(9,176,108); }

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

border-color css

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

 span { border-color: rgb(9,176,108); }

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