Html Css Color HEX #0ABA6B Jade

📋 copy color: '#0ABA6B'

red 10 ◦ green 186 ◦ blue 107

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

Shades of Jade #0ABA6B

Tints of Jade #0ABA6B

RGB

 RED value IS 10 (4.3% from 255) = 3.3%

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 3.3%
G = 61.39%
B = 35.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#0ABA6B (or 0x0ABA6B) is known color: Jade. HEX triplet: 0A, BA and 6B. RGB value is (10,186,107). Sum of RGB (Red+Green+Blue) = 10+186+107=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA6B is #F54594. Grayscale: #7C7C7C. Windows color (decimal): -16074133 or 7059978. OLE color: 7059978.

HSL color Cylindrical-coordinate representation of color #0ABA6B: hue angle of 153.07º degrees, saturation: 0.9, 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 #0ABA6B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 107 -
CMYK 0.95 0 0.42 0.27
HSL 153.07º 0.9% 0.38% -
HSV(B) 153.07º 0.95% 0.73% -
XYZ 20.34 36.24 19.83 -
YUV 124.37 118.19 46.42 -
System Red Green Blue C M Y K H S L
Decimal 10 186 107 0.95 0 0.42 0.27 153.07 0.9 0.38
Hex A BA 6B 5F 0 2A 1B 99 5A 26
Octal 12 272 153 137 0 52 33 231 132 46
Binary 1010 10111010 1101011 1011111 0 101010 11011 10011001 1011010 100110

Color Harmonies of #0ABA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA6B

Black with #0ABA6B

Text Example


Text Example

White with #0ABA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABA6B; }

 p { color: rgb(10,186,107); }

 H1.HeaderClassName
 {
   color: #0ABA6B;
 }
 .AnyTagClassName
 {
   color: #0ABA6B;
 }
</style>

background-color css

<style>
 a { background-color: #0ABA6B; }

 a { background-color: rgb(10,186,107); }

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

border-color css

<style>
 span { border-color: #0ABA6B; }

 span { border-color: rgb(10,186,107); }

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