Html Css Color HEX #09BA6A Jade

📋 copy color: '#09BA6A'

red 9 ◦ green 186 ◦ blue 106

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

Shades of Jade #09BA6A

Tints of Jade #09BA6A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.79%

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 2.99%
G = 61.79%
B = 35.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#09BA6A (or 0x09BA6A) is known color: Jade. HEX triplet: 09, BA and 6A. RGB value is (9,186,106). Sum of RGB (Red+Green+Blue) = 9+186+106=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA6A is #F64595. Grayscale: #7C7C7C. Windows color (decimal): -16139670 or 6994441. OLE color: 6994441.

HSL color Cylindrical-coordinate representation of color #09BA6A: hue angle of 152.88º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BA6A is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 186 106 -
CMYK 0.95 0 0.43 0.27
HSL 152.88º 0.91% 0.38% -
HSV(B) 152.88º 0.95% 0.73% -
XYZ 20.27 36.22 19.56 -
YUV 123.96 117.86 46 -
System Red Green Blue C M Y K H S L
Decimal 9 186 106 0.95 0 0.43 0.27 152.88 0.91 0.38
Hex 9 BA 6A 5F 0 2B 1B 99 5B 26
Octal 11 272 152 137 0 53 33 231 133 46
Binary 1001 10111010 1101010 1011111 0 101011 11011 10011001 1011011 100110

Color Harmonies of #09BA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BA6A

Black with #09BA6A

Text Example


Text Example

White with #09BA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,186,106); }

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

background-color css

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

 a { background-color: rgb(9,186,106); }

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

border-color css

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

 span { border-color: rgb(9,186,106); }

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